Html Css Color HEX #7E8580 Blue Smoke

📋 copy color: '#7E8580'

red 126 ◦ green 133 ◦ blue 128

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

Shades of Blue Smoke #7E8580

Tints of Blue Smoke #7E8580

RGB

 RED value IS 126 (49.61% from 255) = 32.56%

 GREEN value IS 133 (52.34% from 255) = 34.37%

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

R = 32.56%
G = 34.37%
B = 33.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#7E8580 (or 0x7E8580) is known color: Blue Smoke. HEX triplet: 7E, 85 and 80. RGB value is (126,133,128). Sum of RGB (Red+Green+Blue) = 126+133+128=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8580 is #817A7F. Grayscale: #828282. Windows color (decimal): -8485504 or 8422782. OLE color: 8422782.

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

Color convert

RGB 126 133 128 -
CMYK 0.05 0 0.04 0.48
HSL 137.14º 0.03% 0.51% -
HSV(B) 137.14º 0.05% 0.52% -
XYZ 20.89 22.77 23.72 -
YUV 130.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 126 133 128 0.05 0 0.04 0.48 137.14 0.03 0.51
Hex 7E 85 80 5 0 4 30 89 3 33
Octal 176 205 200 5 0 4 60 211 3 63
Binary 1111110 10000101 10000000 101 0 100 110000 10001001 11 110011

Color Harmonies of #7E8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8580

Black with #7E8580

Text Example


Text Example

White with #7E8580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,133,128); }

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

background-color css

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

 a { background-color: rgb(126,133,128); }

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

border-color css

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

 span { border-color: rgb(126,133,128); }

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