Html Css Color HEX #7C948D Granny Smith

📋 copy color: '#7C948D'

red 124 ◦ green 148 ◦ blue 141

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

Shades of Granny Smith #7C948D

Tints of Granny Smith #7C948D

RGB

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

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

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

R = 30.02%
G = 35.84%
B = 34.14%

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

#7C948D (or 0x7C948D) is known color: Granny Smith. HEX triplet: 7C, 94 and 8D. RGB value is (124,148,141). Sum of RGB (Red+Green+Blue) = 124+148+141=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #7C948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C948D is #836B72. Grayscale: #8C8C8C. Windows color (decimal): -8612723 or 9278588. OLE color: 9278588.

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

Color convert

RGB 124 148 141 -
CMYK 0.16 0 0.05 0.42
HSL 162.5º 0.1% 0.53% -
HSV(B) 162.5º 0.16% 0.58% -
XYZ 23.71 27.39 29.24 -
YUV 140.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 124 148 141 0.16 0 0.05 0.42 162.5 0.1 0.53
Hex 7C 94 8D 10 0 5 2A A2 A 35
Octal 174 224 215 20 0 5 52 242 12 65
Binary 1111100 10010100 10001101 10000 0 101 101010 10100010 1010 110101

Color Harmonies of #7C948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C948D

Black with #7C948D

Text Example


Text Example

White with #7C948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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