Html Css Color HEX #778883 Granny Smith

📋 copy color: '#778883'

red 119 ◦ green 136 ◦ blue 131

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

Shades of Granny Smith #778883

Tints of Granny Smith #778883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 30.83%
G = 35.23%
B = 33.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#778883 (or 0x778883) is known color: Granny Smith. HEX triplet: 77, 88 and 83. RGB value is (119,136,131). Sum of RGB (Red+Green+Blue) = 119+136+131=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 136 - color contains mainly: green. Hex color #778883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778883 is #88777C. Grayscale: #828282. Windows color (decimal): -8943485 or 8620151. OLE color: 8620151.

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

Color convert

RGB 119 136 131 -
CMYK 0.12 0 0.04 0.47
HSL 162.35º 0.07% 0.5% -
HSV(B) 162.35º 0.13% 0.53% -
XYZ 20.51 23.17 24.86 -
YUV 130.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 119 136 131 0.12 0 0.04 0.47 162.35 0.07 0.5
Hex 77 88 83 C 0 4 2F A2 7 32
Octal 167 210 203 14 0 4 57 242 7 62
Binary 1110111 10001000 10000011 1100 0 100 101111 10100010 111 110010

Color Harmonies of #778883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778883

Black with #778883

Text Example


Text Example

White with #778883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778883; }

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

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

background-color css

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

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

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

border-color css

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

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

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