Html Css Color HEX #7C8E80 Blue Smoke

📋 copy color: '#7C8E80'

red 124 ◦ green 142 ◦ blue 128

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

Shades of Blue Smoke #7C8E80

Tints of Blue Smoke #7C8E80

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.04%

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 31.47%
G = 36.04%
B = 32.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#7C8E80 (or 0x7C8E80) is known color: Blue Smoke. HEX triplet: 7C, 8E and 80. RGB value is (124,142,128). Sum of RGB (Red+Green+Blue) = 124+142+128=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8E80 is #83717F. Grayscale: #878787. Windows color (decimal): -8614272 or 8425084. OLE color: 8425084.

HSL color Cylindrical-coordinate representation of color #7C8E80: hue angle of 133.33º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8E80 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 124 142 128 -
CMYK 0.13 0 0.10 0.44
HSL 133.33º 0.07% 0.52% -
HSV(B) 133.33º 0.13% 0.56% -
XYZ 21.88 25.19 24.13 -
YUV 135.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 124 142 128 0.13 0 0.10 0.44 133.33 0.07 0.52
Hex 7C 8E 80 D 0 A 2C 85 7 34
Octal 174 216 200 15 0 12 54 205 7 64
Binary 1111100 10001110 10000000 1101 0 1010 101100 10000101 111 110100

Color Harmonies of #7C8E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8E80

Black with #7C8E80

Text Example


Text Example

White with #7C8E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,142,128); }

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

background-color css

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

 a { background-color: rgb(124,142,128); }

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

border-color css

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

 span { border-color: rgb(124,142,128); }

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