Html Css Color HEX #744C6C Salt Box

📋 copy color: '#744C6C'

red 116 ◦ green 76 ◦ blue 108

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

Shades of Salt Box #744C6C

Tints of Salt Box #744C6C

RGB

 RED value IS 116 (45.7% from 255) = 38.67%

 GREEN value IS 76 (30.08% from 255) = 25.33%

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

R = 38.67%
G = 25.33%
B = 36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#744C6C (or 0x744C6C) is known color: Salt Box. HEX triplet: 74, 4C and 6C. RGB value is (116,76,108). Sum of RGB (Red+Green+Blue) = 116+76+108=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #744C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C6C is #8BB393. Grayscale: #5B5B5B. Windows color (decimal): -9155476 or 7097460. OLE color: 7097460.

HSL color Cylindrical-coordinate representation of color #744C6C: hue angle of 312º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #744C6C is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 76 108 -
CMYK 0 0.34 0.07 0.55
HSL 312º 0.21% 0.38% -
HSV(B) 312º 0.34% 0.45% -
XYZ 12.49 9.96 15.45 -
YUV 91.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 116 76 108 0 0.34 0.07 0.55 312 0.21 0.38
Hex 74 4C 6C 0 22 7 37 138 15 26
Octal 164 114 154 0 42 7 67 470 25 46
Binary 1110100 1001100 1101100 0 100010 111 110111 100111000 10101 100110

Color Harmonies of #744C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C6C

Black with #744C6C

Text Example


Text Example

White with #744C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744C6C; }

 p { color: rgb(116,76,108); }

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

background-color css

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

 a { background-color: rgb(116,76,108); }

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

border-color css

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

 span { border-color: rgb(116,76,108); }

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