Html Css Color HEX #7C8682 Granny Smith

📋 copy color: '#7C8682'

red 124 ◦ green 134 ◦ blue 130

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

Shades of Granny Smith #7C8682

Tints of Granny Smith #7C8682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.54%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 31.96%
G = 34.54%
B = 33.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#7C8682 (or 0x7C8682) is known color: Granny Smith. HEX triplet: 7C, 86 and 82. RGB value is (124,134,130). Sum of RGB (Red+Green+Blue) = 124+134+130=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8682 is #83797D. Grayscale: #828282. Windows color (decimal): -8616318 or 8554108. OLE color: 8554108.

HSL color Cylindrical-coordinate representation of color #7C8682: hue angle of 156º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7C8682 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 134 130 -
CMYK 0.07 0 0.03 0.47
HSL 156º 0.04% 0.51% -
HSV(B) 156º 0.07% 0.53% -
XYZ 20.87 22.95 24.45 -
YUV 130.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 124 134 130 0.07 0 0.03 0.47 156 0.04 0.51
Hex 7C 86 82 7 0 3 2F 9C 4 33
Octal 174 206 202 7 0 3 57 234 4 63
Binary 1111100 10000110 10000010 111 0 11 101111 10011100 100 110011

Color Harmonies of #7C8682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8682

Black with #7C8682

Text Example


Text Example

White with #7C8682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,134,130); }

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

background-color css

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

 a { background-color: rgb(124,134,130); }

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

border-color css

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

 span { border-color: rgb(124,134,130); }

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