Html Css Color HEX #73616C Salt Box

📋 copy color: '#73616C'

red 115 ◦ green 97 ◦ blue 108

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

Shades of Salt Box #73616C

Tints of Salt Box #73616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.31%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 35.94%
G = 30.31%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#73616C (or 0x73616C) is known color: Salt Box. HEX triplet: 73, 61 and 6C. RGB value is (115,97,108). Sum of RGB (Red+Green+Blue) = 115+97+108=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #73616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73616C is #8C9E93. Grayscale: #676767. Windows color (decimal): -9215636 or 7102835. OLE color: 7102835.

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

Color convert

RGB 115 97 108 -
CMYK 0 0.16 0.06 0.55
HSL 323.33º 0.08% 0.42% -
HSV(B) 323.33º 0.16% 0.45% -
XYZ 14.05 13.28 16.01 -
YUV 103.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 115 97 108 0 0.16 0.06 0.55 323.33 0.08 0.42
Hex 73 61 6C 0 10 6 37 143 8 2A
Octal 163 141 154 0 20 6 67 503 10 52
Binary 1110011 1100001 1101100 0 10000 110 110111 101000011 1000 101010

Color Harmonies of #73616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73616C

Black with #73616C

Text Example


Text Example

White with #73616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,97,108); }

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

background-color css

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

 a { background-color: rgb(115,97,108); }

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

border-color css

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

 span { border-color: rgb(115,97,108); }

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