Html Css Color HEX #734E6F Salt Box

📋 copy color: '#734E6F'

red 115 ◦ green 78 ◦ blue 111

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

Shades of Salt Box #734E6F

Tints of Salt Box #734E6F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.66%

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 37.83%
G = 25.66%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#734E6F (or 0x734E6F) is known color: Salt Box. HEX triplet: 73, 4E and 6F. RGB value is (115,78,111). Sum of RGB (Red+Green+Blue) = 115+78+111=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #734E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E6F is #8CB190. Grayscale: #5C5C5C. Windows color (decimal): -9220497 or 7294579. OLE color: 7294579.

HSL color Cylindrical-coordinate representation of color #734E6F: hue angle of 306.49º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #734E6F is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 78 111 -
CMYK 0 0.32 0.03 0.55
HSL 306.49º 0.19% 0.38% -
HSV(B) 306.49º 0.32% 0.45% -
XYZ 12.66 10.24 16.35 -
YUV 92.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 115 78 111 0 0.32 0.03 0.55 306.49 0.19 0.38
Hex 73 4E 6F 0 20 3 37 132 13 26
Octal 163 116 157 0 40 3 67 462 23 46
Binary 1110011 1001110 1101111 0 100000 11 110111 100110010 10011 100110

Color Harmonies of #734E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734E6F

Black with #734E6F

Text Example


Text Example

White with #734E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,78,111); }

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

background-color css

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

 a { background-color: rgb(115,78,111); }

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

border-color css

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

 span { border-color: rgb(115,78,111); }

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