Html Css Color HEX #7C988C Granny Smith

📋 copy color: '#7C988C'

red 124 ◦ green 152 ◦ blue 140

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

Shades of Granny Smith #7C988C

Tints of Granny Smith #7C988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.54%

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

R = 29.81%
G = 36.54%
B = 33.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#7C988C (or 0x7C988C) is known color: Granny Smith. HEX triplet: 7C, 98 and 8C. RGB value is (124,152,140). Sum of RGB (Red+Green+Blue) = 124+152+140=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #7C988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C988C is #836773. Grayscale: #8E8E8E. Windows color (decimal): -8611700 or 9214076. OLE color: 9214076.

HSL color Cylindrical-coordinate representation of color #7C988C: hue angle of 154.29º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C988C is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 124 152 140 -
CMYK 0.18 0 0.08 0.40
HSL 154.29º 0.12% 0.54% -
HSV(B) 154.29º 0.18% 0.6% -
XYZ 24.27 28.64 29.06 -
YUV 142.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 124 152 140 0.18 0 0.08 0.40 154.29 0.12 0.54
Hex 7C 98 8C 12 0 8 28 9A C 36
Octal 174 230 214 22 0 10 50 232 14 66
Binary 1111100 10011000 10001100 10010 0 1000 101000 10011010 1100 110110

Color Harmonies of #7C988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C988C

Black with #7C988C

Text Example


Text Example

White with #7C988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,152,140); }

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

background-color css

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

 a { background-color: rgb(124,152,140); }

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

border-color css

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

 span { border-color: rgb(124,152,140); }

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