Html Css Color HEX #7F8580 Blue Smoke

📋 copy color: '#7F8580'

red 127 ◦ green 133 ◦ blue 128

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

Shades of Blue Smoke #7F8580

Tints of Blue Smoke #7F8580

RGB

 RED value IS 127 (50% from 255) = 32.73%

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

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

R = 32.73%
G = 34.28%
B = 32.99%

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

#7F8580 (or 0x7F8580) is known color: Blue Smoke. HEX triplet: 7F, 85 and 80. RGB value is (127,133,128). Sum of RGB (Red+Green+Blue) = 127+133+128=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8580 is #807A7F. Grayscale: #828282. Windows color (decimal): -8419968 or 8422783. OLE color: 8422783.

HSL color Cylindrical-coordinate representation of color #7F8580: hue angle of 130º degrees, saturation: 0.02, 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 #7F8580 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 133 128 -
CMYK 0.05 0 0.04 0.48
HSL 130º 0.02% 0.51% -
HSV(B) 130º 0.05% 0.52% -
XYZ 21.04 22.85 23.72 -
YUV 130.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 127 133 128 0.05 0 0.04 0.48 130 0.02 0.51
Hex 7F 85 80 5 0 4 30 82 2 33
Octal 177 205 200 5 0 4 60 202 2 63
Binary 1111111 10000101 10000000 101 0 100 110000 10000010 10 110011

Color Harmonies of #7F8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8580

Black with #7F8580

Text Example


Text Example

White with #7F8580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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