#75977D

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

Shades of Oxley #75977D

Tints of Oxley #75977D

Color information

#75977D (or 0x75977D) is unknown color: approx Oxley. HEX triplet: 75, 97 and 7D. RGB value is (117,151,125). Sum of RGB (Red+Green+Blue) = 117+151+125=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #75977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75977D is #8A6882. Grayscale: #898989. Windows color (decimal): -9070723 or 8230773. OLE color: 8230773.

HSL color Cylindrical-coordinate representation of color #75977D: hue angle of 134.12º 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 #75977D is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB117151125-
CMYK0.2300.170.41
HSL134.12º14.05%52.55%-
HSV(B)134.12º22.52%59.22%-
XYZ22.127.423.52-
YUV137.87120.74113.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 151 (59.38% from 255) = 38.42%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=29.77%
G=38.42%
B=31.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171511250.2300.170.41134.1214.0552.55
Hex75977D170112986e35
Octal16522717527021512061665
Binary111010110010111111110110111010001101001100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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