Html Css Color HEX #77958D Granny Smith

📋 copy color: '#77958D'

red 119 ◦ green 149 ◦ blue 141

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

Shades of Granny Smith #77958D

Tints of Granny Smith #77958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 29.1%
G = 36.43%
B = 34.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#77958D (or 0x77958D) is known color: Granny Smith. HEX triplet: 77, 95 and 8D. RGB value is (119,149,141). Sum of RGB (Red+Green+Blue) = 119+149+141=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 149 - color contains mainly: green. Hex color #77958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77958D is #886A72. Grayscale: #8B8B8B. Windows color (decimal): -8940147 or 9278839. OLE color: 9278839.

HSL color Cylindrical-coordinate representation of color #77958D: hue angle of 164º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77958D is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 141 -
CMYK 0.20 0 0.05 0.42
HSL 164º 0.12% 0.53% -
HSV(B) 164º 0.2% 0.58% -
XYZ 23.16 27.34 29.26 -
YUV 139.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 119 149 141 0.20 0 0.05 0.42 164 0.12 0.53
Hex 77 95 8D 14 0 5 2A A4 C 35
Octal 167 225 215 24 0 5 52 244 14 65
Binary 1110111 10010101 10001101 10100 0 101 101010 10100100 1100 110101

Color Harmonies of #77958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77958D

Black with #77958D

Text Example


Text Example

White with #77958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77958D; }

 p { color: rgb(119,149,141); }

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

background-color css

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

 a { background-color: rgb(119,149,141); }

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

border-color css

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

 span { border-color: rgb(119,149,141); }

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