Html Css Color HEX #7C928D Granny Smith

📋 copy color: '#7C928D'

red 124 ◦ green 146 ◦ blue 141

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

Shades of Granny Smith #7C928D

Tints of Granny Smith #7C928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

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

R = 30.17%
G = 35.52%
B = 34.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#7C928D (or 0x7C928D) is known color: Granny Smith. HEX triplet: 7C, 92 and 8D. RGB value is (124,146,141). Sum of RGB (Red+Green+Blue) = 124+146+141=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 146 - color contains mainly: green. Hex color #7C928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C928D is #836D72. Grayscale: #8A8A8A. Windows color (decimal): -8613235 or 9278076. OLE color: 9278076.

HSL color Cylindrical-coordinate representation of color #7C928D: hue angle of 166.36º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C928D is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 146 141 -
CMYK 0.15 0 0.03 0.43
HSL 166.36º 0.09% 0.53% -
HSV(B) 166.36º 0.15% 0.57% -
XYZ 23.4 26.77 29.13 -
YUV 138.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 124 146 141 0.15 0 0.03 0.43 166.36 0.09 0.53
Hex 7C 92 8D F 0 3 2B A6 9 35
Octal 174 222 215 17 0 3 53 246 11 65
Binary 1111100 10010010 10001101 1111 0 11 101011 10100110 1001 110101

Color Harmonies of #7C928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C928D

Black with #7C928D

Text Example


Text Example

White with #7C928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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