Html Css Color HEX #735C6A Salt Box

📋 copy color: '#735C6A'

red 115 ◦ green 92 ◦ blue 106

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

Shades of Salt Box #735C6A

Tints of Salt Box #735C6A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.39%

 BLUE value IS 106 (41.8% from 255) = 33.87%

R = 36.74%
G = 29.39%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#735C6A (or 0x735C6A) is known color: Salt Box. HEX triplet: 73, 5C and 6A. RGB value is (115,92,106). Sum of RGB (Red+Green+Blue) = 115+92+106=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #735C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C6A is #8CA395. Grayscale: #646464. Windows color (decimal): -9216918 or 6970483. OLE color: 6970483.

HSL color Cylindrical-coordinate representation of color #735C6A: hue angle of 323.48º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #735C6A is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 92 106 -
CMYK 0 0.20 0.08 0.55
HSL 323.48º 0.11% 0.41% -
HSV(B) 323.48º 0.2% 0.45% -
XYZ 13.5 12.34 15.31 -
YUV 100.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 115 92 106 0 0.20 0.08 0.55 323.48 0.11 0.41
Hex 73 5C 6A 0 14 8 37 143 B 29
Octal 163 134 152 0 24 10 67 503 13 51
Binary 1110011 1011100 1101010 0 10100 1000 110111 101000011 1011 101001

Color Harmonies of #735C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735C6A

Black with #735C6A

Text Example


Text Example

White with #735C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735C6A; }

 p { color: rgb(115,92,106); }

 H1.HeaderClassName
 {
   color: #735C6A;
 }
 .AnyTagClassName
 {
   color: #735C6A;
 }
</style>

background-color css

<style>
 a { background-color: #735C6A; }

 a { background-color: rgb(115,92,106); }

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

border-color css

<style>
 span { border-color: #735C6A; }

 span { border-color: rgb(115,92,106); }

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