Html Css Color HEX #75977C Oxley

📋 copy color: '#75977C'

red 117 ◦ green 151 ◦ blue 124

#75977C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #75977C

Tints of Oxley #75977C

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 value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#75977C (or 0x75977C) is known color: 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

RGB 117 151 124 -
CMYK 0.23 0 0.18 0.41
HSL 132.35º 0.14% 0.53% -
HSV(B) 132.35º 0.23% 0.59% -
XYZ 22.04 27.37 23.19 -
YUV 137.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 117 151 124 0.23 0 0.18 0.41 132.35 0.14 0.53
Hex 75 97 7C 17 0 12 29 84 E 35
Octal 165 227 174 27 0 22 51 204 16 65
Binary 1110101 10010111 1111100 10111 0 10010 101001 10000100 1110 110101

Color Harmonies of #75977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75977C

Black with #75977C

Text Example


Text Example

White with #75977C

Text Example


Text Example

HTML Codes & Css Web 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>