Html Css Color HEX #76977D Oxley

📋 copy color: '#76977D'

red 118 ◦ green 151 ◦ blue 125

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

Shades of Oxley #76977D

Tints of Oxley #76977D

RGB

 RED value IS 118 (46.48% from 255) = 29.95%

 GREEN value IS 151 (59.38% from 255) = 38.32%

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 29.95%
G = 38.32%
B = 31.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#76977D (or 0x76977D) is known color: Oxley. HEX triplet: 76, 97 and 7D. RGB value is (118,151,125). Sum of RGB (Red+Green+Blue) = 118+151+125=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #76977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76977D is #896882. Grayscale: #8A8A8A. Windows color (decimal): -9005187 or 8230774. OLE color: 8230774.

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

Color convert

RGB 118 151 125 -
CMYK 0.22 0 0.17 0.41
HSL 132.73º 0.14% 0.53% -
HSV(B) 132.73º 0.22% 0.59% -
XYZ 22.24 27.47 23.53 -
YUV 138.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 118 151 125 0.22 0 0.17 0.41 132.73 0.14 0.53
Hex 76 97 7D 16 0 11 29 85 E 35
Octal 166 227 175 26 0 21 51 205 16 65
Binary 1110110 10010111 1111101 10110 0 10001 101001 10000101 1110 110101

Color Harmonies of #76977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76977D

Black with #76977D

Text Example


Text Example

White with #76977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76977D;
 }
 .AnyTagClassName
 {
   color: #76977D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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