Html Css Color HEX #765472 Salt Box

📋 copy color: '#765472'

red 118 ◦ green 84 ◦ blue 114

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

Shades of Salt Box #765472

Tints of Salt Box #765472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 37.34%
G = 26.58%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#765472 (or 0x765472) is known color: Salt Box. HEX triplet: 76, 54 and 72. RGB value is (118,84,114). Sum of RGB (Red+Green+Blue) = 118+84+114=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #765472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765472 is #89AB8D. Grayscale: #616161. Windows color (decimal): -9022350 or 7492726. OLE color: 7492726.

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

Color convert

RGB 118 84 114 -
CMYK 0 0.29 0.03 0.54
HSL 307.06º 0.17% 0.4% -
HSV(B) 307.06º 0.29% 0.46% -
XYZ 13.68 11.41 17.4 -
YUV 97.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 118 84 114 0 0.29 0.03 0.54 307.06 0.17 0.4
Hex 76 54 72 0 1D 3 36 133 11 28
Octal 166 124 162 0 35 3 66 463 21 50
Binary 1110110 1010100 1110010 0 11101 11 110110 100110011 10001 101000

Color Harmonies of #765472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765472

Black with #765472

Text Example


Text Example

White with #765472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765472; }

 p { color: rgb(118,84,114); }

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

background-color css

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

 a { background-color: rgb(118,84,114); }

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

border-color css

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

 span { border-color: rgb(118,84,114); }

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