#769880

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

Shades of Oxley #769880

Tints of Oxley #769880

Color information

#769880 (or 0x769880) is unknown color: approx Oxley. HEX triplet: 76, 98 and 80. RGB value is (118,152,128). Sum of RGB (Red+Green+Blue) = 118+152+128=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #769880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769880 is #89677F. Grayscale: #8B8B8B. Windows color (decimal): -9004928 or 8427638. OLE color: 8427638.

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

Color convert

RGB118152128-
CMYK0.2200.160.40
HSL137.65º14.17%52.94%-
HSV(B)137.65º22.37%59.61%-
XYZ22.627.8724.61-
YUV139.1121.74112.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 128 (50.39% from 255) = 32.16%
R=29.65%
G=38.19%
B=32.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181521280.2200.160.40137.6514.1752.94
Hex76988016010288ae35
Octal16623020026020502121665
Binary1110110100110001000000010110010000101000100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769880; }

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

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

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

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

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

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

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

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