Html Css Color HEX #7C9288 Granny Smith

📋 copy color: '#7C9288'

red 124 ◦ green 146 ◦ blue 136

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

Shades of Granny Smith #7C9288

Tints of Granny Smith #7C9288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 30.54%
G = 35.96%
B = 33.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#7C9288 (or 0x7C9288) is known color: Granny Smith. HEX triplet: 7C, 92 and 88. RGB value is (124,146,136). Sum of RGB (Red+Green+Blue) = 124+146+136=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9288 is #836D77. Grayscale: #8A8A8A. Windows color (decimal): -8613240 or 8950396. OLE color: 8950396.

HSL color Cylindrical-coordinate representation of color #7C9288: hue angle of 152.73º 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 #7C9288 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 146 136 -
CMYK 0.15 0 0.07 0.43
HSL 152.73º 0.09% 0.53% -
HSV(B) 152.73º 0.15% 0.57% -
XYZ 23.04 26.62 27.22 -
YUV 138.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 124 146 136 0.15 0 0.07 0.43 152.73 0.09 0.53
Hex 7C 92 88 F 0 7 2B 99 9 35
Octal 174 222 210 17 0 7 53 231 11 65
Binary 1111100 10010010 10001000 1111 0 111 101011 10011001 1001 110101

Color Harmonies of #7C9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9288

Black with #7C9288

Text Example


Text Example

White with #7C9288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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