Html Css Color HEX #76867E Granny Smith

📋 copy color: '#76867E'

red 118 ◦ green 134 ◦ blue 126

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

Shades of Granny Smith #76867E

Tints of Granny Smith #76867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.45%

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

R = 31.22%
G = 35.45%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#76867E (or 0x76867E) is known color: Granny Smith. HEX triplet: 76, 86 and 7E. RGB value is (118,134,126). Sum of RGB (Red+Green+Blue) = 118+134+126=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 134 - color contains mainly: green. Hex color #76867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76867E is #897981. Grayscale: #808080. Windows color (decimal): -9009538 or 8291958. OLE color: 8291958.

HSL color Cylindrical-coordinate representation of color #76867E: hue angle of 150º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #76867E is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 126 -
CMYK 0.12 0 0.06 0.47
HSL 150º 0.06% 0.49% -
HSV(B) 150º 0.12% 0.53% -
XYZ 19.76 22.41 23.02 -
YUV 128.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 118 134 126 0.12 0 0.06 0.47 150 0.06 0.49
Hex 76 86 7E C 0 6 2F 96 6 31
Octal 166 206 176 14 0 6 57 226 6 61
Binary 1110110 10000110 1111110 1100 0 110 101111 10010110 110 110001

Color Harmonies of #76867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76867E

Black with #76867E

Text Example


Text Example

White with #76867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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