Html Css Color HEX #75466B Salt Box

📋 copy color: '#75466B'

red 117 ◦ green 70 ◦ blue 107

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

Shades of Salt Box #75466B

Tints of Salt Box #75466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.81%

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

R = 39.8%
G = 23.81%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75466B (or 0x75466B) is known color: Salt Box. HEX triplet: 75, 46 and 6B. RGB value is (117,70,107). Sum of RGB (Red+Green+Blue) = 117+70+107=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75466B is #8AB994. Grayscale: #585858. Windows color (decimal): -9091477 or 7030389. OLE color: 7030389.

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

Color convert

RGB 117 70 107 -
CMYK 0 0.40 0.09 0.54
HSL 312.77º 0.25% 0.37% -
HSV(B) 312.77º 0.4% 0.46% -
XYZ 12.18 9.22 15.05 -
YUV 88.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 117 70 107 0 0.40 0.09 0.54 312.77 0.25 0.37
Hex 75 46 6B 0 28 9 36 139 19 25
Octal 165 106 153 0 50 11 66 471 31 45
Binary 1110101 1000110 1101011 0 101000 1001 110110 100111001 11001 100101

Color Harmonies of #75466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75466B

Black with #75466B

Text Example


Text Example

White with #75466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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