Html Css Color HEX #7C8985 Granny Smith

📋 copy color: '#7C8985'

red 124 ◦ green 137 ◦ blue 133

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

Shades of Granny Smith #7C8985

Tints of Granny Smith #7C8985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.77%

 BLUE value IS 133 (52.34% from 255) = 33.76%

R = 31.47%
G = 34.77%
B = 33.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#7C8985 (or 0x7C8985) is known color: Granny Smith. HEX triplet: 7C, 89 and 85. RGB value is (124,137,133). Sum of RGB (Red+Green+Blue) = 124+137+133=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8985 is #83767A. Grayscale: #848484. Windows color (decimal): -8615547 or 8751484. OLE color: 8751484.

HSL color Cylindrical-coordinate representation of color #7C8985: hue angle of 161.54º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C8985 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 137 133 -
CMYK 0.09 0 0.03 0.46
HSL 161.54º 0.05% 0.51% -
HSV(B) 161.54º 0.09% 0.54% -
XYZ 21.49 23.87 25.66 -
YUV 132.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 124 137 133 0.09 0 0.03 0.46 161.54 0.05 0.51
Hex 7C 89 85 9 0 3 2E A2 5 33
Octal 174 211 205 11 0 3 56 242 5 63
Binary 1111100 10001001 10000101 1001 0 11 101110 10100010 101 110011

Color Harmonies of #7C8985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8985

Black with #7C8985

Text Example


Text Example

White with #7C8985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,137,133); }

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

background-color css

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

 a { background-color: rgb(124,137,133); }

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

border-color css

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

 span { border-color: rgb(124,137,133); }

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