Html Css Color HEX #73656E Salt Box

📋 copy color: '#73656E'

red 115 ◦ green 101 ◦ blue 110

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

Shades of Salt Box #73656E

Tints of Salt Box #73656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 35.28%
G = 30.98%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#73656E (or 0x73656E) is known color: Salt Box. HEX triplet: 73, 65 and 6E. RGB value is (115,101,110). Sum of RGB (Red+Green+Blue) = 115+101+110=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #73656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73656E is #8C9A91. Grayscale: #6A6A6A. Windows color (decimal): -9214610 or 7234931. OLE color: 7234931.

HSL color Cylindrical-coordinate representation of color #73656E: hue angle of 321.43º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #73656E is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 101 110 -
CMYK 0 0.12 0.04 0.55
HSL 321.43º 0.06% 0.42% -
HSV(B) 321.43º 0.12% 0.45% -
XYZ 14.54 14.08 16.7 -
YUV 106.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 115 101 110 0 0.12 0.04 0.55 321.43 0.06 0.42
Hex 73 65 6E 0 C 4 37 141 6 2A
Octal 163 145 156 0 14 4 67 501 6 52
Binary 1110011 1100101 1101110 0 1100 100 110111 101000001 110 101010

Color Harmonies of #73656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73656E

Black with #73656E

Text Example


Text Example

White with #73656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73656E; }

 p { color: rgb(115,101,110); }

 H1.HeaderClassName
 {
   color: #73656E;
 }
 .AnyTagClassName
 {
   color: #73656E;
 }
</style>

background-color css

<style>
 a { background-color: #73656E; }

 a { background-color: rgb(115,101,110); }

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

border-color css

<style>
 span { border-color: #73656E; }

 span { border-color: rgb(115,101,110); }

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