Html Css Color HEX #76977F Oxley

📋 copy color: '#76977F'

red 118 ◦ green 151 ◦ blue 127

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

Shades of Oxley #76977F

Tints of Oxley #76977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.07%

R = 29.8%
G = 38.13%
B = 32.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#76977F (or 0x76977F) is known color: Oxley. HEX triplet: 76, 97 and 7F. RGB value is (118,151,127). Sum of RGB (Red+Green+Blue) = 118+151+127=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #76977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76977F is #896880. Grayscale: #8A8A8A. Windows color (decimal): -9005185 or 8361846. OLE color: 8361846.

HSL color Cylindrical-coordinate representation of color #76977F: hue angle of 136.36º 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 #76977F is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 127 -
CMYK 0.22 0 0.16 0.41
HSL 136.36º 0.14% 0.53% -
HSV(B) 136.36º 0.22% 0.59% -
XYZ 22.37 27.52 24.21 -
YUV 138.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 118 151 127 0.22 0 0.16 0.41 136.36 0.14 0.53
Hex 76 97 7F 16 0 10 29 88 E 35
Octal 166 227 177 26 0 20 51 210 16 65
Binary 1110110 10010111 1111111 10110 0 10000 101001 10001000 1110 110101

Color Harmonies of #76977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76977F

Black with #76977F

Text Example


Text Example

White with #76977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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