Html Css Color HEX #745F70 Salt Box

📋 copy color: '#745F70'

red 116 ◦ green 95 ◦ blue 112

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

Shades of Salt Box #745F70

Tints of Salt Box #745F70

RGB

 RED value IS 116 (45.7% from 255) = 35.91%

 GREEN value IS 95 (37.5% from 255) = 29.41%

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

R = 35.91%
G = 29.41%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#745F70 (or 0x745F70) is known color: Salt Box. HEX triplet: 74, 5F and 70. RGB value is (116,95,112). Sum of RGB (Red+Green+Blue) = 116+95+112=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #745F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F70 is #8BA08F. Grayscale: #676767. Windows color (decimal): -9150608 or 7364468. OLE color: 7364468.

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

Color convert

RGB 116 95 112 -
CMYK 0 0.18 0.03 0.55
HSL 311.43º 0.1% 0.41% -
HSV(B) 311.43º 0.18% 0.45% -
XYZ 14.22 13.07 17.1 -
YUV 103.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 116 95 112 0 0.18 0.03 0.55 311.43 0.1 0.41
Hex 74 5F 70 0 12 3 37 137 A 29
Octal 164 137 160 0 22 3 67 467 12 51
Binary 1110100 1011111 1110000 0 10010 11 110111 100110111 1010 101001

Color Harmonies of #745F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F70

Black with #745F70

Text Example


Text Example

White with #745F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745F70; }

 p { color: rgb(116,95,112); }

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

background-color css

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

 a { background-color: rgb(116,95,112); }

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

border-color css

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

 span { border-color: rgb(116,95,112); }

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