#7B8E7D

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

Shades of Blue Smoke #7B8E7D

Tints of Blue Smoke #7B8E7D

Color information

#7B8E7D (or 0x7B8E7D) is unknown color: approx Blue Smoke. HEX triplet: 7B, 8E and 7D. RGB value is (123,142,125). Sum of RGB (Red+Green+Blue) = 123+142+125=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 142 - color contains mainly: green. Hex color #7B8E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8E7D is #847182. Grayscale: #868686. Windows color (decimal): -8679811 or 8228475. OLE color: 8228475.

HSL color Cylindrical-coordinate representation of color #7B8E7D: hue angle of 126.32º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B8E7D is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB123142125-
CMYK0.1300.120.44
HSL126.32º7.76%51.96%-
HSV(B)126.32º13.38%55.69%-
XYZ21.5425.0423.1-
YUV134.38122.71119.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.54%
GREEN value IS 142 (55.86% from 255) = 36.41%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=31.54%
G=36.41%
B=32.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231421250.1300.120.44126.327.7651.96
Hex7B8E7DD0C2C7e834
Octal17321617515014541761064
Binary111101110001110111110111010110010110011111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,142,125); }

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

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

 a { background-color: rgb(123,142,125); }

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

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

 span { border-color: rgb(123,142,125); }

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