Html Css Color HEX #779990 Granny Smith

📋 copy color: '#779990'

red 119 ◦ green 153 ◦ blue 144

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

Shades of Granny Smith #779990

Tints of Granny Smith #779990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 28.61%
G = 36.78%
B = 34.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#779990 (or 0x779990) is known color: Granny Smith. HEX triplet: 77, 99 and 90. RGB value is (119,153,144). Sum of RGB (Red+Green+Blue) = 119+153+144=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #779990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779990 is #88666F. Grayscale: #8D8D8D. Windows color (decimal): -8939120 or 9476471. OLE color: 9476471.

HSL color Cylindrical-coordinate representation of color #779990: hue angle of 164.12º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779990 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 144 -
CMYK 0.22 0 0.06 0.4
HSL 164.12º 0.14% 0.53% -
HSV(B) 164.12º 0.22% 0.6% -
XYZ 24.03 28.72 30.66 -
YUV 141.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 119 153 144 0.22 0 0.06 0.4 164.12 0.14 0.53
Hex 77 99 90 16 0 6 28 A4 E 35
Octal 167 231 220 26 0 6 50 244 16 65
Binary 1110111 10011001 10010000 10110 0 110 101000 10100100 1110 110101

Color Harmonies of #779990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779990

Black with #779990

Text Example


Text Example

White with #779990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779990; }

 p { color: rgb(119,153,144); }

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

background-color css

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

 a { background-color: rgb(119,153,144); }

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

border-color css

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

 span { border-color: rgb(119,153,144); }

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