Html Css Color HEX #736770 Salt Box

📋 copy color: '#736770'

red 115 ◦ green 103 ◦ blue 112

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

Shades of Salt Box #736770

Tints of Salt Box #736770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 34.85%
G = 31.21%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#736770 (or 0x736770) is known color: Salt Box. HEX triplet: 73, 67 and 70. RGB value is (115,103,112). Sum of RGB (Red+Green+Blue) = 115+103+112=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 115 - color contains mainly: red. Hex color #736770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736770 is #8C988F. Grayscale: #6B6B6B. Windows color (decimal): -9214096 or 7366515. OLE color: 7366515.

HSL color Cylindrical-coordinate representation of color #736770: hue angle of 315º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736770 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 103 112 -
CMYK 0 0.10 0.03 0.55
HSL 315º 0.06% 0.43% -
HSV(B) 315º 0.1% 0.45% -
XYZ 14.85 14.52 17.35 -
YUV 107.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 115 103 112 0 0.10 0.03 0.55 315 0.06 0.43
Hex 73 67 70 0 A 3 37 13B 6 2B
Octal 163 147 160 0 12 3 67 473 6 53
Binary 1110011 1100111 1110000 0 1010 11 110111 100111011 110 101011

Color Harmonies of #736770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736770

Black with #736770

Text Example


Text Example

White with #736770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736770; }

 p { color: rgb(115,103,112); }

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

background-color css

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

 a { background-color: rgb(115,103,112); }

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

border-color css

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

 span { border-color: rgb(115,103,112); }

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