#7D877E

Color #7D877E Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #7D877E

Tints of Blue Smoke #7D877E

Color information

#7D877E (or 0x7D877E) is unknown color: approx Blue Smoke. HEX triplet: 7D, 87 and 7E. RGB value is (125,135,126). Sum of RGB (Red+Green+Blue) = 125+135+126=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 135 - color contains mainly: green. Hex color #7D877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D877E is #827881. Grayscale: #838383. Windows color (decimal): -8550530 or 8292221. OLE color: 8292221.

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

Color convert

RGB125135126-
CMYK0.0700.070.47
HSL126º4%50.98%-
HSV(B)126º7.41%52.94%-
XYZ20.8923.1923.11-
YUV130.98125.19123.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.38%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=32.38%
G=34.97%
B=32.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251351260.0700.070.47126450.98
Hex7D877E7072F7e433
Octal17520717670757176463
Binary111110110000111111111011101111011111111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,135,126); }

 H1.HeaderClassName
 {
   color: #7D877E;
 }
 .AnyTagClassName
 {
   color: #7D877E;
 }
</style>
background-color css

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

 a { background-color: rgb(125,135,126); }

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

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

 span { border-color: rgb(125,135,126); }

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