#769882

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

Shades of Oxley #769882

Tints of Oxley #769882

Color information

#769882 (or 0x769882) is unknown color: approx Oxley. HEX triplet: 76, 98 and 82. RGB value is (118,152,130). Sum of RGB (Red+Green+Blue) = 118+152+130=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #769882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769882 is #89677D. Grayscale: #8B8B8B. Windows color (decimal): -9004926 or 8558710. OLE color: 8558710.

HSL color Cylindrical-coordinate representation of color #769882: hue angle of 141.18º 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 #769882 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB118152130-
CMYK0.2200.140.40
HSL141.18º14.17%52.94%-
HSV(B)141.18º22.37%59.61%-
XYZ22.7327.9225.31-
YUV139.33122.74112.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=29.5%
G=38%
B=32.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181521300.2200.140.40141.1814.1752.94
Hex769882160E288de35
Octal16623020226016502151665
Binary111011010011000100000101011001110101000100011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769882; }

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

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

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

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

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

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

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

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