Html Css Color HEX #76857E Granny Smith

📋 copy color: '#76857E'

red 118 ◦ green 133 ◦ blue 126

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

Shades of Granny Smith #76857E

Tints of Granny Smith #76857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

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

R = 31.3%
G = 35.28%
B = 33.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#76857E (or 0x76857E) is known color: Granny Smith. HEX triplet: 76, 85 and 7E. RGB value is (118,133,126). Sum of RGB (Red+Green+Blue) = 118+133+126=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #76857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76857E is #897A81. Grayscale: #7F7F7F. Windows color (decimal): -9009794 or 8291702. OLE color: 8291702.

HSL color Cylindrical-coordinate representation of color #76857E: hue angle of 152º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76857E is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 126 -
CMYK 0.11 0 0.05 0.48
HSL 152º 0.06% 0.49% -
HSV(B) 152º 0.11% 0.52% -
XYZ 19.62 22.13 22.98 -
YUV 127.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 118 133 126 0.11 0 0.05 0.48 152 0.06 0.49
Hex 76 85 7E B 0 5 30 98 6 31
Octal 166 205 176 13 0 5 60 230 6 61
Binary 1110110 10000101 1111110 1011 0 101 110000 10011000 110 110001

Color Harmonies of #76857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76857E

Black with #76857E

Text Example


Text Example

White with #76857E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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