Html Css Color HEX #765570 Salt Box

📋 copy color: '#765570'

red 118 ◦ green 85 ◦ blue 112

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

Shades of Salt Box #765570

Tints of Salt Box #765570

RGB

 RED value IS 118 (46.48% from 255) = 37.46%

 GREEN value IS 85 (33.59% from 255) = 26.98%

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

R = 37.46%
G = 26.98%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#765570 (or 0x765570) is known color: Salt Box. HEX triplet: 76, 55 and 70. RGB value is (118,85,112). Sum of RGB (Red+Green+Blue) = 118+85+112=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #765570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765570 is #89AA8F. Grayscale: #616161. Windows color (decimal): -9022096 or 7361910. OLE color: 7361910.

HSL color Cylindrical-coordinate representation of color #765570: hue angle of 310.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #765570 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 85 112 -
CMYK 0 0.28 0.05 0.54
HSL 310.91º 0.16% 0.4% -
HSV(B) 310.91º 0.28% 0.46% -
XYZ 13.64 11.52 16.83 -
YUV 97.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 118 85 112 0 0.28 0.05 0.54 310.91 0.16 0.4
Hex 76 55 70 0 1C 5 36 137 10 28
Octal 166 125 160 0 34 5 66 467 20 50
Binary 1110110 1010101 1110000 0 11100 101 110110 100110111 10000 101000

Color Harmonies of #765570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765570

Black with #765570

Text Example


Text Example

White with #765570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765570; }

 p { color: rgb(118,85,112); }

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

background-color css

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

 a { background-color: rgb(118,85,112); }

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

border-color css

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

 span { border-color: rgb(118,85,112); }

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