Html Css Color HEX #765871 Salt Box

📋 copy color: '#765871'

red 118 ◦ green 88 ◦ blue 113

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

Shades of Salt Box #765871

Tints of Salt Box #765871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

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

R = 36.99%
G = 27.59%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#765871 (or 0x765871) is known color: Salt Box. HEX triplet: 76, 58 and 71. RGB value is (118,88,113). Sum of RGB (Red+Green+Blue) = 118+88+113=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #765871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765871 is #89A78E. Grayscale: #636363. Windows color (decimal): -9021327 or 7428214. OLE color: 7428214.

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

Color convert

RGB 118 88 113 -
CMYK 0 0.25 0.04 0.54
HSL 310º 0.15% 0.4% -
HSV(B) 310º 0.25% 0.46% -
XYZ 13.94 12.02 17.21 -
YUV 99.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 118 88 113 0 0.25 0.04 0.54 310 0.15 0.4
Hex 76 58 71 0 19 4 36 136 F 28
Octal 166 130 161 0 31 4 66 466 17 50
Binary 1110110 1011000 1110001 0 11001 100 110110 100110110 1111 101000

Color Harmonies of #765871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765871

Black with #765871

Text Example


Text Example

White with #765871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765871; }

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

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

background-color css

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

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

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

border-color css

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

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

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