Html Css Color HEX #7F8581 Blue Smoke

📋 copy color: '#7F8581'

red 127 ◦ green 133 ◦ blue 129

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

Shades of Blue Smoke #7F8581

Tints of Blue Smoke #7F8581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 32.65%
G = 34.19%
B = 33.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#7F8581 (or 0x7F8581) is known color: Blue Smoke. HEX triplet: 7F, 85 and 81. RGB value is (127,133,129). Sum of RGB (Red+Green+Blue) = 127+133+129=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8581 is #807A7E. Grayscale: #828282. Windows color (decimal): -8419967 or 8488319. OLE color: 8488319.

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

Color convert

RGB 127 133 129 -
CMYK 0.05 0 0.03 0.48
HSL 140º 0.02% 0.51% -
HSV(B) 140º 0.05% 0.52% -
XYZ 21.1 22.87 24.07 -
YUV 130.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 127 133 129 0.05 0 0.03 0.48 140 0.02 0.51
Hex 7F 85 81 5 0 3 30 8C 2 33
Octal 177 205 201 5 0 3 60 214 2 63
Binary 1111111 10000101 10000001 101 0 11 110000 10001100 10 110011

Color Harmonies of #7F8581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8581

Black with #7F8581

Text Example


Text Example

White with #7F8581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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