Html Css Color HEX #778983 Granny Smith

📋 copy color: '#778983'

red 119 ◦ green 137 ◦ blue 131

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

Shades of Granny Smith #778983

Tints of Granny Smith #778983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

 BLUE value IS 131 (51.56% from 255) = 33.85%

R = 30.75%
G = 35.4%
B = 33.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#778983 (or 0x778983) is known color: Granny Smith. HEX triplet: 77, 89 and 83. RGB value is (119,137,131). Sum of RGB (Red+Green+Blue) = 119+137+131=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #778983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778983 is #88767C. Grayscale: #828282. Windows color (decimal): -8943229 or 8620407. OLE color: 8620407.

HSL color Cylindrical-coordinate representation of color #778983: hue angle of 160º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778983 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 137 131 -
CMYK 0.13 0 0.04 0.46
HSL 160º 0.07% 0.5% -
HSV(B) 160º 0.13% 0.54% -
XYZ 20.65 23.45 24.91 -
YUV 130.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 119 137 131 0.13 0 0.04 0.46 160 0.07 0.5
Hex 77 89 83 D 0 4 2E A0 7 32
Octal 167 211 203 15 0 4 56 240 7 62
Binary 1110111 10001001 10000011 1101 0 100 101110 10100000 111 110010

Color Harmonies of #778983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778983

Black with #778983

Text Example


Text Example

White with #778983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778983; }

 p { color: rgb(119,137,131); }

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

background-color css

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

 a { background-color: rgb(119,137,131); }

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

border-color css

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

 span { border-color: rgb(119,137,131); }

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