Html Css Color HEX #779385 Granny Smith

📋 copy color: '#779385'

red 119 ◦ green 147 ◦ blue 133

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

Shades of Granny Smith #779385

Tints of Granny Smith #779385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.33%

R = 29.82%
G = 36.84%
B = 33.33%

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

#779385 (or 0x779385) is known color: Granny Smith. HEX triplet: 77, 93 and 85. RGB value is (119,147,133). Sum of RGB (Red+Green+Blue) = 119+147+133=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #779385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779385 is #886C7A. Grayscale: #898989. Windows color (decimal): -8940667 or 8754039. OLE color: 8754039.

HSL color Cylindrical-coordinate representation of color #779385: hue angle of 150º 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 #779385 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 133 -
CMYK 0.19 0 0.10 0.42
HSL 150º 0.11% 0.52% -
HSV(B) 150º 0.19% 0.58% -
XYZ 22.28 26.48 26.13 -
YUV 137.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 119 147 133 0.19 0 0.10 0.42 150 0.11 0.52
Hex 77 93 85 13 0 A 2A 96 B 34
Octal 167 223 205 23 0 12 52 226 13 64
Binary 1110111 10010011 10000101 10011 0 1010 101010 10010110 1011 110100

Color Harmonies of #779385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779385

Black with #779385

Text Example


Text Example

White with #779385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779385; }

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

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

background-color css

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

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

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

border-color css

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

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

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