Html Css Color HEX #724E6B Salt Box

📋 copy color: '#724E6B'

red 114 ◦ green 78 ◦ blue 107

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

Shades of Salt Box #724E6B

Tints of Salt Box #724E6B

RGB

 RED value IS 114 (44.92% from 255) = 38.13%

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

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

R = 38.13%
G = 26.09%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#724E6B (or 0x724E6B) is known color: Salt Box. HEX triplet: 72, 4E and 6B. RGB value is (114,78,107). Sum of RGB (Red+Green+Blue) = 114+78+107=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #724E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E6B is #8DB194. Grayscale: #5B5B5B. Windows color (decimal): -9286037 or 7032434. OLE color: 7032434.

HSL color Cylindrical-coordinate representation of color #724E6B: hue angle of 311.67º 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 #724E6B is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 78 107 -
CMYK 0 0.32 0.06 0.55
HSL 311.67º 0.19% 0.38% -
HSV(B) 311.67º 0.32% 0.45% -
XYZ 12.32 10.09 15.21 -
YUV 92.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 114 78 107 0 0.32 0.06 0.55 311.67 0.19 0.38
Hex 72 4E 6B 0 20 6 37 138 13 26
Octal 162 116 153 0 40 6 67 470 23 46
Binary 1110010 1001110 1101011 0 100000 110 110111 100111000 10011 100110

Color Harmonies of #724E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724E6B

Black with #724E6B

Text Example


Text Example

White with #724E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724E6B; }

 p { color: rgb(114,78,107); }

 H1.HeaderClassName
 {
   color: #724E6B;
 }
 .AnyTagClassName
 {
   color: #724E6B;
 }
</style>

background-color css

<style>
 a { background-color: #724E6B; }

 a { background-color: rgb(114,78,107); }

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

border-color css

<style>
 span { border-color: #724E6B; }

 span { border-color: rgb(114,78,107); }

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