Html Css Color HEX #7F8380 Blue Smoke

📋 copy color: '#7F8380'

red 127 ◦ green 131 ◦ blue 128

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

Shades of Blue Smoke #7F8380

Tints of Blue Smoke #7F8380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.94%

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

R = 32.9%
G = 33.94%
B = 33.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#7F8380 (or 0x7F8380) is known color: Blue Smoke. HEX triplet: 7F, 83 and 80. RGB value is (127,131,128). Sum of RGB (Red+Green+Blue) = 127+131+128=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 131 - color contains mainly: green. Hex color #7F8380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8380 is #807C7F. Grayscale: #818181. Windows color (decimal): -8420480 or 8422271. OLE color: 8422271.

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

Color convert

RGB 127 131 128 -
CMYK 0.03 0 0.02 0.49
HSL 135º 0.02% 0.51% -
HSV(B) 135º 0.03% 0.51% -
XYZ 20.76 22.3 23.63 -
YUV 129.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 127 131 128 0.03 0 0.02 0.49 135 0.02 0.51
Hex 7F 83 80 3 0 2 31 87 2 33
Octal 177 203 200 3 0 2 61 207 2 63
Binary 1111111 10000011 10000000 11 0 10 110001 10000111 10 110011

Color Harmonies of #7F8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8380

Black with #7F8380

Text Example


Text Example

White with #7F8380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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