Html Css Color HEX #73887C Blue Smoke

📋 copy color: '#73887C'

red 115 ◦ green 136 ◦ blue 124

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

Shades of Blue Smoke #73887C

Tints of Blue Smoke #73887C

RGB

 RED value IS 115 (45.31% from 255) = 30.67%

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 30.67%
G = 36.27%
B = 33.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#73887C (or 0x73887C) is known color: Blue Smoke. HEX triplet: 73, 88 and 7C. RGB value is (115,136,124). Sum of RGB (Red+Green+Blue) = 115+136+124=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #73887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73887C is #8C7783. Grayscale: #808080. Windows color (decimal): -9205636 or 8161395. OLE color: 8161395.

HSL color Cylindrical-coordinate representation of color #73887C: hue angle of 145.71º 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 #73887C is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 136 124 -
CMYK 0.15 0 0.09 0.47
HSL 145.71º 0.08% 0.49% -
HSV(B) 145.71º 0.15% 0.53% -
XYZ 19.51 22.71 22.42 -
YUV 128.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 115 136 124 0.15 0 0.09 0.47 145.71 0.08 0.49
Hex 73 88 7C F 0 9 2F 92 8 31
Octal 163 210 174 17 0 11 57 222 10 61
Binary 1110011 10001000 1111100 1111 0 1001 101111 10010010 1000 110001

Color Harmonies of #73887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73887C

Black with #73887C

Text Example


Text Example

White with #73887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73887C; }

 p { color: rgb(115,136,124); }

 H1.HeaderClassName
 {
   color: #73887C;
 }
 .AnyTagClassName
 {
   color: #73887C;
 }
</style>

background-color css

<style>
 a { background-color: #73887C; }

 a { background-color: rgb(115,136,124); }

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

border-color css

<style>
 span { border-color: #73887C; }

 span { border-color: rgb(115,136,124); }

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