Html Css Color HEX #73857A Blue Smoke

📋 copy color: '#73857A'

red 115 ◦ green 133 ◦ blue 122

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

Shades of Blue Smoke #73857A

Tints of Blue Smoke #73857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 31.08%
G = 35.95%
B = 32.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#73857A (or 0x73857A) is known color: Blue Smoke. HEX triplet: 73, 85 and 7A. RGB value is (115,133,122). Sum of RGB (Red+Green+Blue) = 115+133+122=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #73857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73857A is #8C7A85. Grayscale: #7E7E7E. Windows color (decimal): -9206406 or 8029555. OLE color: 8029555.

HSL color Cylindrical-coordinate representation of color #73857A: hue angle of 143.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #73857A is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 133 122 -
CMYK 0.14 0 0.08 0.48
HSL 143.33º 0.07% 0.49% -
HSV(B) 143.33º 0.14% 0.52% -
XYZ 18.97 21.83 21.63 -
YUV 126.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 115 133 122 0.14 0 0.08 0.48 143.33 0.07 0.49
Hex 73 85 7A E 0 8 30 8F 7 31
Octal 163 205 172 16 0 10 60 217 7 61
Binary 1110011 10000101 1111010 1110 0 1000 110000 10001111 111 110001

Color Harmonies of #73857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73857A

Black with #73857A

Text Example


Text Example

White with #73857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73857A;
 }
 .AnyTagClassName
 {
   color: #73857A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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