#73877A

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

Shades of Blue Smoke #73877A

Tints of Blue Smoke #73877A

Color information

#73877A (or 0x73877A) is unknown color: approx Blue Smoke. HEX triplet: 73, 87 and 7A. RGB value is (115,135,122). Sum of RGB (Red+Green+Blue) = 115+135+122=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #73877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73877A is #8C7885. Grayscale: #7F7F7F. Windows color (decimal): -9205894 or 8030067. OLE color: 8030067.

HSL color Cylindrical-coordinate representation of color #73877A: hue angle of 141º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #73877A is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB115135122-
CMYK0.1500.100.47
HSL141º8%49.02%-
HSV(B)141º14.81%52.94%-
XYZ19.2522.3821.72-
YUV127.54124.87119.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=30.91%
G=36.29%
B=32.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151351220.1500.100.47141849.02
Hex73877AF0A2F8d831
Octal16320717217012572151061
Binary1110011100001111111010111101010101111100011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73877A; }

 p { color: rgb(115,135,122); }

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

<style>
 a { background-color: #73877A; }

 a { background-color: rgb(115,135,122); }

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

<style>
 span { border-color: #73877A; }

 span { border-color: rgb(115,135,122); }

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