Html Css Color HEX #765070 Salt Box

📋 copy color: '#765070'

red 118 ◦ green 80 ◦ blue 112

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

Shades of Salt Box #765070

Tints of Salt Box #765070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

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

R = 38.06%
G = 25.81%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#765070 (or 0x765070) is known color: Salt Box. HEX triplet: 76, 50 and 70. RGB value is (118,80,112). Sum of RGB (Red+Green+Blue) = 118+80+112=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #765070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765070 is #89AF8F. Grayscale: #5E5E5E. Windows color (decimal): -9023376 or 7360630. OLE color: 7360630.

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

Color convert

RGB 118 80 112 -
CMYK 0 0.32 0.05 0.54
HSL 309.47º 0.19% 0.39% -
HSV(B) 309.47º 0.32% 0.46% -
XYZ 13.26 10.76 16.71 -
YUV 95.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 118 80 112 0 0.32 0.05 0.54 309.47 0.19 0.39
Hex 76 50 70 0 20 5 36 135 13 27
Octal 166 120 160 0 40 5 66 465 23 47
Binary 1110110 1010000 1110000 0 100000 101 110110 100110101 10011 100111

Color Harmonies of #765070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765070

Black with #765070

Text Example


Text Example

White with #765070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765070; }

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

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

background-color css

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

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

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

border-color css

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

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

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