Html Css Color HEX #765271 Salt Box

📋 copy color: '#765271'

red 118 ◦ green 82 ◦ blue 113

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

Shades of Salt Box #765271

Tints of Salt Box #765271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

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

R = 37.7%
G = 26.2%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#765271 (or 0x765271) is known color: Salt Box. HEX triplet: 76, 52 and 71. RGB value is (118,82,113). Sum of RGB (Red+Green+Blue) = 118+82+113=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #765271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765271 is #89AD8E. Grayscale: #606060. Windows color (decimal): -9022863 or 7426678. OLE color: 7426678.

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

Color convert

RGB 118 82 113 -
CMYK 0 0.31 0.04 0.54
HSL 308.33º 0.18% 0.39% -
HSV(B) 308.33º 0.31% 0.46% -
XYZ 13.47 11.08 17.05 -
YUV 96.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 118 82 113 0 0.31 0.04 0.54 308.33 0.18 0.39
Hex 76 52 71 0 1F 4 36 134 12 27
Octal 166 122 161 0 37 4 66 464 22 47
Binary 1110110 1010010 1110001 0 11111 100 110110 100110100 10010 100111

Color Harmonies of #765271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765271

Black with #765271

Text Example


Text Example

White with #765271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765271; }

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

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

background-color css

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

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

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

border-color css

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

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

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