Html Css Color HEX #765071 Salt Box

📋 copy color: '#765071'

red 118 ◦ green 80 ◦ blue 113

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

Shades of Salt Box #765071

Tints of Salt Box #765071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 37.94%
G = 25.72%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#765071 (or 0x765071) is known color: Salt Box. HEX triplet: 76, 50 and 71. RGB value is (118,80,113). Sum of RGB (Red+Green+Blue) = 118+80+113=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #765071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765071 is #89AF8E. Grayscale: #5F5F5F. Windows color (decimal): -9023375 or 7426166. OLE color: 7426166.

HSL color Cylindrical-coordinate representation of color #765071: hue angle of 307.89º 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 #765071 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 113 -
CMYK 0 0.32 0.04 0.54
HSL 307.89º 0.19% 0.39% -
HSV(B) 307.89º 0.32% 0.46% -
XYZ 13.32 10.78 17 -
YUV 95.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 118 80 113 0 0.32 0.04 0.54 307.89 0.19 0.39
Hex 76 50 71 0 20 4 36 134 13 27
Octal 166 120 161 0 40 4 66 464 23 47
Binary 1110110 1010000 1110001 0 100000 100 110110 100110100 10011 100111

Color Harmonies of #765071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765071

Black with #765071

Text Example


Text Example

White with #765071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765071; }

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

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

background-color css

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

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

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

border-color css

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

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

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