#769C80

Color #769C80 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #769C80

Tints of Oxley #769C80

Color information

#769C80 (or 0x769C80) is unknown color: approx Oxley. HEX triplet: 76, 9C and 80. RGB value is (118,156,128). Sum of RGB (Red+Green+Blue) = 118+156+128=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #769C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769C80 is #89637F. Grayscale: #8D8D8D. Windows color (decimal): -9003904 or 8428662. OLE color: 8428662.

HSL color Cylindrical-coordinate representation of color #769C80: hue angle of 135.79º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769C80 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB118156128-
CMYK0.2400.180.39
HSL135.79º16.1%53.73%-
HSV(B)135.79º24.36%61.18%-
XYZ23.2629.1924.83-
YUV141.45120.41111.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=29.35%
G=38.81%
B=31.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181561280.2400.180.39135.7916.153.73
Hex769C801801227881036
Octal16623420030022472102066
Binary11101101001110010000000110000100101001111000100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769C80; }

 p { color: rgb(118,156,128); }

 H1.HeaderClassName
 {
   color: #769C80;
 }
 .AnyTagClassName
 {
   color: #769C80;
 }
</style>
background-color css

<style>
 a { background-color: #769C80; }

 a { background-color: rgb(118,156,128); }

 div.DivClassName
 {
   background-color: #769C80;
 }
 .BgClassName
 {
   background-color: #769C80;
 }
</style>
border-color css

<style>
 span { border-color: #769C80; }

 span { border-color: rgb(118,156,128); }

 td.TdClassName
 {
   border-color: #769C80;
 }
 .TagClassName
 {
   border-color: #769C80;
 }
</style>