Html Css Color HEX #77948C Granny Smith

📋 copy color: '#77948C'

red 119 ◦ green 148 ◦ blue 140

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

Shades of Granny Smith #77948C

Tints of Granny Smith #77948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 29.24%
G = 36.36%
B = 34.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#77948C (or 0x77948C) is known color: Granny Smith. HEX triplet: 77, 94 and 8C. RGB value is (119,148,140). Sum of RGB (Red+Green+Blue) = 119+148+140=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #77948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77948C is #886B73. Grayscale: #8A8A8A. Windows color (decimal): -8940404 or 9213047. OLE color: 9213047.

HSL color Cylindrical-coordinate representation of color #77948C: hue angle of 163.45º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77948C is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 140 -
CMYK 0.20 0 0.05 0.42
HSL 163.45º 0.12% 0.52% -
HSV(B) 163.45º 0.2% 0.58% -
XYZ 22.93 27 28.81 -
YUV 138.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 119 148 140 0.20 0 0.05 0.42 163.45 0.12 0.52
Hex 77 94 8C 14 0 5 2A A3 C 34
Octal 167 224 214 24 0 5 52 243 14 64
Binary 1110111 10010100 10001100 10100 0 101 101010 10100011 1100 110100

Color Harmonies of #77948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77948C

Black with #77948C

Text Example


Text Example

White with #77948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77948C; }

 p { color: rgb(119,148,140); }

 H1.HeaderClassName
 {
   color: #77948C;
 }
 .AnyTagClassName
 {
   color: #77948C;
 }
</style>

background-color css

<style>
 a { background-color: #77948C; }

 a { background-color: rgb(119,148,140); }

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

border-color css

<style>
 span { border-color: #77948C; }

 span { border-color: rgb(119,148,140); }

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