Html Css Color HEX #76837E Granny Smith

📋 copy color: '#76837E'

red 118 ◦ green 131 ◦ blue 126

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

Shades of Granny Smith #76837E

Tints of Granny Smith #76837E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 31.47%
G = 34.93%
B = 33.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#76837E (or 0x76837E) is known color: Granny Smith. HEX triplet: 76, 83 and 7E. RGB value is (118,131,126). Sum of RGB (Red+Green+Blue) = 118+131+126=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 131 - color contains mainly: green. Hex color #76837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76837E is #897C81. Grayscale: #7E7E7E. Windows color (decimal): -9010306 or 8291190. OLE color: 8291190.

HSL color Cylindrical-coordinate representation of color #76837E: hue angle of 156.92º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #76837E is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 126 -
CMYK 0.10 0 0.04 0.49
HSL 156.92º 0.05% 0.49% -
HSV(B) 156.92º 0.1% 0.51% -
XYZ 19.35 21.59 22.89 -
YUV 126.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 118 131 126 0.10 0 0.04 0.49 156.92 0.05 0.49
Hex 76 83 7E A 0 4 31 9D 5 31
Octal 166 203 176 12 0 4 61 235 5 61
Binary 1110110 10000011 1111110 1010 0 100 110001 10011101 101 110001

Color Harmonies of #76837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76837E

Black with #76837E

Text Example


Text Example

White with #76837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76837E; }

 p { color: rgb(118,131,126); }

 H1.HeaderClassName
 {
   color: #76837E;
 }
 .AnyTagClassName
 {
   color: #76837E;
 }
</style>

background-color css

<style>
 a { background-color: #76837E; }

 a { background-color: rgb(118,131,126); }

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

border-color css

<style>
 span { border-color: #76837E; }

 span { border-color: rgb(118,131,126); }

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