Html Css Color HEX #7C8E7E Blue Smoke

📋 copy color: '#7C8E7E'

red 124 ◦ green 142 ◦ blue 126

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

Shades of Blue Smoke #7C8E7E

Tints of Blue Smoke #7C8E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.14%

R = 31.63%
G = 36.22%
B = 32.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#7C8E7E (or 0x7C8E7E) is known color: Blue Smoke. HEX triplet: 7C, 8E and 7E. RGB value is (124,142,126). Sum of RGB (Red+Green+Blue) = 124+142+126=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8E7E is #837181. Grayscale: #868686. Windows color (decimal): -8614274 or 8294012. OLE color: 8294012.

HSL color Cylindrical-coordinate representation of color #7C8E7E: hue angle of 126.67º 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 #7C8E7E is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 124 142 126 -
CMYK 0.13 0 0.11 0.44
HSL 126.67º 0.07% 0.52% -
HSV(B) 126.67º 0.13% 0.56% -
XYZ 21.75 25.14 23.44 -
YUV 134.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 124 142 126 0.13 0 0.11 0.44 126.67 0.07 0.52
Hex 7C 8E 7E D 0 B 2C 7F 7 34
Octal 174 216 176 15 0 13 54 177 7 64
Binary 1111100 10001110 1111110 1101 0 1011 101100 1111111 111 110100

Color Harmonies of #7C8E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8E7E

Black with #7C8E7E

Text Example


Text Example

White with #7C8E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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