Html Css Color HEX #77938C Granny Smith

📋 copy color: '#77938C'

red 119 ◦ green 147 ◦ blue 140

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

Shades of Granny Smith #77938C

Tints of Granny Smith #77938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 29.31%
G = 36.21%
B = 34.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#77938C (or 0x77938C) is known color: Granny Smith. HEX triplet: 77, 93 and 8C. RGB value is (119,147,140). Sum of RGB (Red+Green+Blue) = 119+147+140=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #77938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77938C is #886C73. Grayscale: #898989. Windows color (decimal): -8940660 or 9212791. OLE color: 9212791.

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

Color convert

RGB 119 147 140 -
CMYK 0.19 0 0.05 0.42
HSL 165º 0.11% 0.52% -
HSV(B) 165º 0.19% 0.58% -
XYZ 22.78 26.68 28.76 -
YUV 137.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 119 147 140 0.19 0 0.05 0.42 165 0.11 0.52
Hex 77 93 8C 13 0 5 2A A5 B 34
Octal 167 223 214 23 0 5 52 245 13 64
Binary 1110111 10010011 10001100 10011 0 101 101010 10100101 1011 110100

Color Harmonies of #77938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77938C

Black with #77938C

Text Example


Text Example

White with #77938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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