Html Css Color HEX #75476B Salt Box

📋 copy color: '#75476B'

red 117 ◦ green 71 ◦ blue 107

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

Shades of Salt Box #75476B

Tints of Salt Box #75476B

RGB

 RED value IS 117 (46.09% from 255) = 39.66%

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 39.66%
G = 24.07%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75476B (or 0x75476B) is known color: Salt Box. HEX triplet: 75, 47 and 6B. RGB value is (117,71,107). Sum of RGB (Red+Green+Blue) = 117+71+107=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75476B is #8AB894. Grayscale: #585858. Windows color (decimal): -9091221 or 7030645. OLE color: 7030645.

HSL color Cylindrical-coordinate representation of color #75476B: hue angle of 313.04º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75476B is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 107 -
CMYK 0 0.39 0.09 0.54
HSL 313.04º 0.24% 0.37% -
HSV(B) 313.04º 0.39% 0.46% -
XYZ 12.24 9.35 15.07 -
YUV 88.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 117 71 107 0 0.39 0.09 0.54 313.04 0.24 0.37
Hex 75 47 6B 0 27 9 36 139 18 25
Octal 165 107 153 0 47 11 66 471 30 45
Binary 1110101 1000111 1101011 0 100111 1001 110110 100111001 11000 100101

Color Harmonies of #75476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75476B

Black with #75476B

Text Example


Text Example

White with #75476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75476B; }

 p { color: rgb(117,71,107); }

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

background-color css

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

 a { background-color: rgb(117,71,107); }

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

border-color css

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

 span { border-color: rgb(117,71,107); }

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