#769780

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

Shades of Oxley #769780

Tints of Oxley #769780

Color information

#769780 (or 0x769780) is unknown color: approx Oxley. HEX triplet: 76, 97 and 80. RGB value is (118,151,128). Sum of RGB (Red+Green+Blue) = 118+151+128=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #769780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769780 is #89687F. Grayscale: #8A8A8A. Windows color (decimal): -9005184 or 8427382. OLE color: 8427382.

HSL color Cylindrical-coordinate representation of color #769780: hue angle of 138.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769780 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB118151128-
CMYK0.2200.150.41
HSL138.18º13.69%52.75%-
HSV(B)138.18º21.85%59.22%-
XYZ22.4327.5424.56-
YUV138.51122.07113.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=29.72%
G=38.04%
B=32.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181511280.2200.150.41138.1813.6952.75
Hex769780160F298ae35
Octal16622720026017512121665
Binary111011010010111100000001011001111101001100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769780; }

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

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

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

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

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

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

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

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