Html Css Color HEX #7C8E84 Granny Smith

📋 copy color: '#7C8E84'

red 124 ◦ green 142 ◦ blue 132

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

Shades of Granny Smith #7C8E84

Tints of Granny Smith #7C8E84

RGB

 RED value IS 124 (48.83% from 255) = 31.16%

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 31.16%
G = 35.68%
B = 33.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#7C8E84 (or 0x7C8E84) is known color: Granny Smith. HEX triplet: 7C, 8E and 84. RGB value is (124,142,132). Sum of RGB (Red+Green+Blue) = 124+142+132=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8E84 is #83717B. Grayscale: #878787. Windows color (decimal): -8614268 or 8687228. OLE color: 8687228.

HSL color Cylindrical-coordinate representation of color #7C8E84: hue angle of 146.67º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8E84 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 124 142 132 -
CMYK 0.13 0 0.07 0.44
HSL 146.67º 0.07% 0.52% -
HSV(B) 146.67º 0.13% 0.56% -
XYZ 22.15 25.3 25.55 -
YUV 135.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 124 142 132 0.13 0 0.07 0.44 146.67 0.07 0.52
Hex 7C 8E 84 D 0 7 2C 93 7 34
Octal 174 216 204 15 0 7 54 223 7 64
Binary 1111100 10001110 10000100 1101 0 111 101100 10010011 111 110100

Color Harmonies of #7C8E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8E84

Black with #7C8E84

Text Example


Text Example

White with #7C8E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C8E84; }

 p { color: rgb(124,142,132); }

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

background-color css

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

 a { background-color: rgb(124,142,132); }

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

border-color css

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

 span { border-color: rgb(124,142,132); }

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