Html Css Color HEX #779F96 Granny Smith

📋 copy color: '#779F96'

red 119 ◦ green 159 ◦ blue 150

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

Shades of Granny Smith #779F96

Tints of Granny Smith #779F96

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

 BLUE value IS 150 (58.98% from 255) = 35.05%

R = 27.8%
G = 37.15%
B = 35.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#779F96 (or 0x779F96) is known color: Granny Smith. HEX triplet: 77, 9F and 96. RGB value is (119,159,150). Sum of RGB (Red+Green+Blue) = 119+159+150=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 159 - color contains mainly: green. Hex color #779F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F96 is #886069. Grayscale: #929292. Windows color (decimal): -8937578 or 9871223. OLE color: 9871223.

HSL color Cylindrical-coordinate representation of color #779F96: hue angle of 166.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779F96 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 159 150 -
CMYK 0.25 0 0.06 0.38
HSL 166.5º 0.17% 0.55% -
HSV(B) 166.5º 0.25% 0.62% -
XYZ 25.51 30.92 33.48 -
YUV 146.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 119 159 150 0.25 0 0.06 0.38 166.5 0.17 0.55
Hex 77 9F 96 19 0 6 26 A6 11 37
Octal 167 237 226 31 0 6 46 246 21 67
Binary 1110111 10011111 10010110 11001 0 110 100110 10100110 10001 110111

Color Harmonies of #779F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F96

Black with #779F96

Text Example


Text Example

White with #779F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779F96; }

 p { color: rgb(119,159,150); }

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

background-color css

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

 a { background-color: rgb(119,159,150); }

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

border-color css

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

 span { border-color: rgb(119,159,150); }

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