Html Css Color HEX #7F8782 Blue Smoke

📋 copy color: '#7F8782'

red 127 ◦ green 135 ◦ blue 130

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

Shades of Blue Smoke #7F8782

Tints of Blue Smoke #7F8782

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.44%

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 32.4%
G = 34.44%
B = 33.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#7F8782 (or 0x7F8782) is known color: Blue Smoke. HEX triplet: 7F, 87 and 82. RGB value is (127,135,130). Sum of RGB (Red+Green+Blue) = 127+135+130=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8782 is #80787D. Grayscale: #848484. Windows color (decimal): -8419454 or 8554367. OLE color: 8554367.

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

Color convert

RGB 127 135 130 -
CMYK 0.06 0 0.04 0.47
HSL 142.5º 0.03% 0.51% -
HSV(B) 142.5º 0.06% 0.53% -
XYZ 21.45 23.45 24.52 -
YUV 132.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 127 135 130 0.06 0 0.04 0.47 142.5 0.03 0.51
Hex 7F 87 82 6 0 4 2F 8E 3 33
Octal 177 207 202 6 0 4 57 216 3 63
Binary 1111111 10000111 10000010 110 0 100 101111 10001110 11 110011

Color Harmonies of #7F8782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8782

Black with #7F8782

Text Example


Text Example

White with #7F8782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,135,130); }

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

background-color css

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

 a { background-color: rgb(127,135,130); }

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

border-color css

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

 span { border-color: rgb(127,135,130); }

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