Html Css Color HEX #73867B Blue Smoke

📋 copy color: '#73867B'

red 115 ◦ green 134 ◦ blue 123

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

Shades of Blue Smoke #73867B

Tints of Blue Smoke #73867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 30.91%
G = 36.02%
B = 33.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#73867B (or 0x73867B) is known color: Blue Smoke. HEX triplet: 73, 86 and 7B. RGB value is (115,134,123). Sum of RGB (Red+Green+Blue) = 115+134+123=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #73867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73867B is #8C7984. Grayscale: #7F7F7F. Windows color (decimal): -9206149 or 8095347. OLE color: 8095347.

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

Color convert

RGB 115 134 123 -
CMYK 0.14 0 0.08 0.47
HSL 145.26º 0.08% 0.49% -
HSV(B) 145.26º 0.14% 0.53% -
XYZ 19.17 22.13 22 -
YUV 127.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 115 134 123 0.14 0 0.08 0.47 145.26 0.08 0.49
Hex 73 86 7B E 0 8 2F 91 8 31
Octal 163 206 173 16 0 10 57 221 10 61
Binary 1110011 10000110 1111011 1110 0 1000 101111 10010001 1000 110001

Color Harmonies of #73867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73867B

Black with #73867B

Text Example


Text Example

White with #73867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73867B; }

 p { color: rgb(115,134,123); }

 H1.HeaderClassName
 {
   color: #73867B;
 }
 .AnyTagClassName
 {
   color: #73867B;
 }
</style>

background-color css

<style>
 a { background-color: #73867B; }

 a { background-color: rgb(115,134,123); }

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

border-color css

<style>
 span { border-color: #73867B; }

 span { border-color: rgb(115,134,123); }

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