Html Css Color HEX #754B6A Salt Box

📋 copy color: '#754B6A'

red 117 ◦ green 75 ◦ blue 106

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

Shades of Salt Box #754B6A

Tints of Salt Box #754B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 39.26%
G = 25.17%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#754B6A (or 0x754B6A) is known color: Salt Box. HEX triplet: 75, 4B and 6A. RGB value is (117,75,106). Sum of RGB (Red+Green+Blue) = 117+75+106=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #754B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B6A is #8AB495. Grayscale: #5B5B5B. Windows color (decimal): -9090198 or 6966133. OLE color: 6966133.

HSL color Cylindrical-coordinate representation of color #754B6A: hue angle of 315.71º 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 #754B6A is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 75 106 -
CMYK 0 0.36 0.09 0.54
HSL 315.71º 0.22% 0.38% -
HSV(B) 315.71º 0.36% 0.46% -
XYZ 12.45 9.85 14.88 -
YUV 91.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 117 75 106 0 0.36 0.09 0.54 315.71 0.22 0.38
Hex 75 4B 6A 0 24 9 36 13C 16 26
Octal 165 113 152 0 44 11 66 474 26 46
Binary 1110101 1001011 1101010 0 100100 1001 110110 100111100 10110 100110

Color Harmonies of #754B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B6A

Black with #754B6A

Text Example


Text Example

White with #754B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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