Html Css Color HEX #779F94 Granny Smith

📋 copy color: '#779F94'

red 119 ◦ green 159 ◦ blue 148

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

Shades of Granny Smith #779F94

Tints of Granny Smith #779F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.74%

R = 27.93%
G = 37.32%
B = 34.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#779F94 (or 0x779F94) is known color: Granny Smith. HEX triplet: 77, 9F and 94. RGB value is (119,159,148). Sum of RGB (Red+Green+Blue) = 119+159+148=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 159 - color contains mainly: green. Hex color #779F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F94 is #88606B. Grayscale: #919191. Windows color (decimal): -8937580 or 9740151. OLE color: 9740151.

HSL color Cylindrical-coordinate representation of color #779F94: hue angle of 163.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 #779F94 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 159 148 -
CMYK 0.25 0 0.07 0.38
HSL 163.5º 0.17% 0.55% -
HSV(B) 163.5º 0.25% 0.62% -
XYZ 25.35 30.86 32.64 -
YUV 145.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 119 159 148 0.25 0 0.07 0.38 163.5 0.17 0.55
Hex 77 9F 94 19 0 7 26 A4 11 37
Octal 167 237 224 31 0 7 46 244 21 67
Binary 1110111 10011111 10010100 11001 0 111 100110 10100100 10001 110111

Color Harmonies of #779F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F94

Black with #779F94

Text Example


Text Example

White with #779F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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