#75977C

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

Shades of Oxley #75977C

Tints of Oxley #75977C

Color information

#75977C (or 0x75977C) is unknown color: approx Oxley. HEX triplet: 75, 97 and 7C. RGB value is (117,151,124). Sum of RGB (Red+Green+Blue) = 117+151+124=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #75977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75977C is #8A6883. Grayscale: #898989. Windows color (decimal): -9070724 or 8165237. OLE color: 8165237.

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

Color convert

RGB117151124-
CMYK0.2300.180.41
HSL132.35º14.05%52.55%-
HSV(B)132.35º22.52%59.22%-
XYZ22.0427.3723.19-
YUV137.76120.24113.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=29.85%
G=38.52%
B=31.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171511240.2300.180.41132.3514.0552.55
Hex75977C170122984e35
Octal16522717427022512041665
Binary111010110010111111110010111010010101001100001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75977C; }

 p { color: rgb(117,151,124); }

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

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

 a { background-color: rgb(117,151,124); }

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

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

 span { border-color: rgb(117,151,124); }

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