Html Css Color HEX #779384 Granny Smith

📋 copy color: '#779384'

red 119 ◦ green 147 ◦ blue 132

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

Shades of Granny Smith #779384

Tints of Granny Smith #779384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 29.9%
G = 36.93%
B = 33.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#779384 (or 0x779384) is known color: Granny Smith. HEX triplet: 77, 93 and 84. RGB value is (119,147,132). Sum of RGB (Red+Green+Blue) = 119+147+132=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #779384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779384 is #886C7B. Grayscale: #888888. Windows color (decimal): -8940668 or 8688503. OLE color: 8688503.

HSL color Cylindrical-coordinate representation of color #779384: hue angle of 147.86º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #779384 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 132 -
CMYK 0.19 0 0.10 0.42
HSL 147.86º 0.11% 0.52% -
HSV(B) 147.86º 0.19% 0.58% -
XYZ 22.21 26.46 25.77 -
YUV 136.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 119 147 132 0.19 0 0.10 0.42 147.86 0.11 0.52
Hex 77 93 84 13 0 A 2A 94 B 34
Octal 167 223 204 23 0 12 52 224 13 64
Binary 1110111 10010011 10000100 10011 0 1010 101010 10010100 1011 110100

Color Harmonies of #779384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779384

Black with #779384

Text Example


Text Example

White with #779384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779384; }

 p { color: rgb(119,147,132); }

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

background-color css

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

 a { background-color: rgb(119,147,132); }

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

border-color css

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

 span { border-color: rgb(119,147,132); }

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