Html Css Color HEX #77918A Granny Smith

📋 copy color: '#77918A'

red 119 ◦ green 145 ◦ blue 138

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

Shades of Granny Smith #77918A

Tints of Granny Smith #77918A

RGB

 RED value IS 119 (46.88% from 255) = 29.6%

 GREEN value IS 145 (57.03% from 255) = 36.07%

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 29.6%
G = 36.07%
B = 34.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#77918A (or 0x77918A) is known color: Granny Smith. HEX triplet: 77, 91 and 8A. RGB value is (119,145,138). Sum of RGB (Red+Green+Blue) = 119+145+138=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 145 - color contains mainly: green. Hex color #77918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77918A is #886E75. Grayscale: #888888. Windows color (decimal): -8941174 or 9081207. OLE color: 9081207.

HSL color Cylindrical-coordinate representation of color #77918A: hue angle of 163.85º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77918A is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 138 -
CMYK 0.18 0 0.05 0.43
HSL 163.85º 0.11% 0.52% -
HSV(B) 163.85º 0.18% 0.57% -
XYZ 22.32 26.01 27.89 -
YUV 136.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 119 145 138 0.18 0 0.05 0.43 163.85 0.11 0.52
Hex 77 91 8A 12 0 5 2B A4 B 34
Octal 167 221 212 22 0 5 53 244 13 64
Binary 1110111 10010001 10001010 10010 0 101 101011 10100100 1011 110100

Color Harmonies of #77918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77918A

Black with #77918A

Text Example


Text Example

White with #77918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77918A; }

 p { color: rgb(119,145,138); }

 H1.HeaderClassName
 {
   color: #77918A;
 }
 .AnyTagClassName
 {
   color: #77918A;
 }
</style>

background-color css

<style>
 a { background-color: #77918A; }

 a { background-color: rgb(119,145,138); }

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

border-color css

<style>
 span { border-color: #77918A; }

 span { border-color: rgb(119,145,138); }

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