Html Css Color HEX #754B6C Salt Box

📋 copy color: '#754B6C'

red 117 ◦ green 75 ◦ blue 108

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

Shades of Salt Box #754B6C

Tints of Salt Box #754B6C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25%

 BLUE value IS 108 (42.58% from 255) = 36%

R = 39%
G = 25%
B = 36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#754B6C (or 0x754B6C) is known color: Salt Box. HEX triplet: 75, 4B and 6C. RGB value is (117,75,108). Sum of RGB (Red+Green+Blue) = 117+75+108=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #754B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B6C is #8AB493. Grayscale: #5B5B5B. Windows color (decimal): -9090196 or 7097205. OLE color: 7097205.

HSL color Cylindrical-coordinate representation of color #754B6C: hue angle of 312.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754B6C is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 75 108 -
CMYK 0 0.36 0.08 0.54
HSL 312.86º 0.22% 0.38% -
HSV(B) 312.86º 0.36% 0.46% -
XYZ 12.56 9.9 15.44 -
YUV 91.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 117 75 108 0 0.36 0.08 0.54 312.86 0.22 0.38
Hex 75 4B 6C 0 24 8 36 139 16 26
Octal 165 113 154 0 44 10 66 471 26 46
Binary 1110101 1001011 1101100 0 100100 1000 110110 100111001 10110 100110

Color Harmonies of #754B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B6C

Black with #754B6C

Text Example


Text Example

White with #754B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754B6C; }

 p { color: rgb(117,75,108); }

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

background-color css

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

 a { background-color: rgb(117,75,108); }

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

border-color css

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

 span { border-color: rgb(117,75,108); }

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