Html Css Color HEX #7F8681 Blue Smoke

📋 copy color: '#7F8681'

red 127 ◦ green 134 ◦ blue 129

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

Shades of Blue Smoke #7F8681

Tints of Blue Smoke #7F8681

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.36%

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

R = 32.56%
G = 34.36%
B = 33.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#7F8681 (or 0x7F8681) is known color: Blue Smoke. HEX triplet: 7F, 86 and 81. RGB value is (127,134,129). Sum of RGB (Red+Green+Blue) = 127+134+129=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8681 is #80797E. Grayscale: #838383. Windows color (decimal): -8419711 or 8488575. OLE color: 8488575.

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

Color convert

RGB 127 134 129 -
CMYK 0.05 0 0.04 0.47
HSL 137.14º 0.03% 0.51% -
HSV(B) 137.14º 0.05% 0.53% -
XYZ 21.24 23.15 24.12 -
YUV 131.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 127 134 129 0.05 0 0.04 0.47 137.14 0.03 0.51
Hex 7F 86 81 5 0 4 2F 89 3 33
Octal 177 206 201 5 0 4 57 211 3 63
Binary 1111111 10000110 10000001 101 0 100 101111 10001001 11 110011

Color Harmonies of #7F8681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8681

Black with #7F8681

Text Example


Text Example

White with #7F8681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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