Html Css Color HEX #7D948C Granny Smith

📋 copy color: '#7D948C'

red 125 ◦ green 148 ◦ blue 140

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

Shades of Granny Smith #7D948C

Tints of Granny Smith #7D948C

RGB

 RED value IS 125 (49.22% from 255) = 30.27%

 GREEN value IS 148 (58.2% from 255) = 35.84%

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

R = 30.27%
G = 35.84%
B = 33.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#7D948C (or 0x7D948C) is known color: Granny Smith. HEX triplet: 7D, 94 and 8C. RGB value is (125,148,140). Sum of RGB (Red+Green+Blue) = 125+148+140=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #7D948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D948C is #826B73. Grayscale: #8C8C8C. Windows color (decimal): -8547188 or 9213053. OLE color: 9213053.

HSL color Cylindrical-coordinate representation of color #7D948C: hue angle of 159.13º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D948C is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 148 140 -
CMYK 0.16 0 0.05 0.42
HSL 159.13º 0.1% 0.54% -
HSV(B) 159.13º 0.16% 0.58% -
XYZ 23.78 27.43 28.85 -
YUV 140.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 125 148 140 0.16 0 0.05 0.42 159.13 0.1 0.54
Hex 7D 94 8C 10 0 5 2A 9F A 36
Octal 175 224 214 20 0 5 52 237 12 66
Binary 1111101 10010100 10001100 10000 0 101 101010 10011111 1010 110110

Color Harmonies of #7D948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D948C

Black with #7D948C

Text Example


Text Example

White with #7D948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,148,140); }

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

background-color css

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

 a { background-color: rgb(125,148,140); }

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

border-color css

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

 span { border-color: rgb(125,148,140); }

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