Html Css Color HEX #7C998D Granny Smith

📋 copy color: '#7C998D'

red 124 ◦ green 153 ◦ blue 141

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

Shades of Granny Smith #7C998D

Tints of Granny Smith #7C998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

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

R = 29.67%
G = 36.6%
B = 33.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#7C998D (or 0x7C998D) is known color: Granny Smith. HEX triplet: 7C, 99 and 8D. RGB value is (124,153,141). Sum of RGB (Red+Green+Blue) = 124+153+141=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #7C998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C998D is #836672. Grayscale: #8E8E8E. Windows color (decimal): -8611443 or 9279868. OLE color: 9279868.

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

Color convert

RGB 124 153 141 -
CMYK 0.19 0 0.08 0.4
HSL 155.17º 0.12% 0.54% -
HSV(B) 155.17º 0.19% 0.6% -
XYZ 24.51 28.99 29.5 -
YUV 142.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 124 153 141 0.19 0 0.08 0.4 155.17 0.12 0.54
Hex 7C 99 8D 13 0 8 28 9B C 36
Octal 174 231 215 23 0 10 50 233 14 66
Binary 1111100 10011001 10001101 10011 0 1000 101000 10011011 1100 110110

Color Harmonies of #7C998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C998D

Black with #7C998D

Text Example


Text Example

White with #7C998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,153,141); }

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

background-color css

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

 a { background-color: rgb(124,153,141); }

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

border-color css

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

 span { border-color: rgb(124,153,141); }

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