#77948D

Color #77948D Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #77948D

Tints of Granny Smith #77948D

Color information

#77948D (or 0x77948D) is unknown color: approx Granny Smith. HEX triplet: 77, 94 and 8D. RGB value is (119,148,141). Sum of RGB (Red+Green+Blue) = 119+148+141=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #77948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77948D is #886B72. Grayscale: #8A8A8A. Windows color (decimal): -8940403 or 9278583. OLE color: 9278583.

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

Color convert

RGB119148141-
CMYK0.2000.050.42
HSL165.52º11.93%52.35%-
HSV(B)165.52º19.59%58.04%-
XYZ23.0127.0229.2-
YUV138.53129.39114.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=29.17%
G=36.27%
B=34.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191481410.2000.050.42165.5211.9352.35
Hex77948D14052Aa6c34
Octal1672242152405522461464
Binary11101111001010010001101101000101101010101001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77948D;
 }
 .AnyTagClassName
 {
   color: #77948D;
 }
</style>
background-color css

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

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

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

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

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

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