Html Css Color HEX #734A6B Salt Box

📋 copy color: '#734A6B'

red 115 ◦ green 74 ◦ blue 107

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

Shades of Salt Box #734A6B

Tints of Salt Box #734A6B

RGB

 RED value IS 115 (45.31% from 255) = 38.85%

 GREEN value IS 74 (29.3% from 255) = 25%

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

R = 38.85%
G = 25%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#734A6B (or 0x734A6B) is known color: Salt Box. HEX triplet: 73, 4A and 6B. RGB value is (115,74,107). Sum of RGB (Red+Green+Blue) = 115+74+107=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #734A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A6B is #8CB594. Grayscale: #595959. Windows color (decimal): -9221525 or 7031411. OLE color: 7031411.

HSL color Cylindrical-coordinate representation of color #734A6B: hue angle of 311.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #734A6B is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 74 107 -
CMYK 0 0.36 0.07 0.55
HSL 311.71º 0.22% 0.37% -
HSV(B) 311.71º 0.36% 0.45% -
XYZ 12.17 9.6 15.12 -
YUV 90.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 115 74 107 0 0.36 0.07 0.55 311.71 0.22 0.37
Hex 73 4A 6B 0 24 7 37 138 16 25
Octal 163 112 153 0 44 7 67 470 26 45
Binary 1110011 1001010 1101011 0 100100 111 110111 100111000 10110 100101

Color Harmonies of #734A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734A6B

Black with #734A6B

Text Example


Text Example

White with #734A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734A6B; }

 p { color: rgb(115,74,107); }

 H1.HeaderClassName
 {
   color: #734A6B;
 }
 .AnyTagClassName
 {
   color: #734A6B;
 }
</style>

background-color css

<style>
 a { background-color: #734A6B; }

 a { background-color: rgb(115,74,107); }

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

border-color css

<style>
 span { border-color: #734A6B; }

 span { border-color: rgb(115,74,107); }

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