Html Css Color HEX #714B6B Salt Box

📋 copy color: '#714B6B'

red 113 ◦ green 75 ◦ blue 107

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

Shades of Salt Box #714B6B

Tints of Salt Box #714B6B

RGB

 RED value IS 113 (44.53% from 255) = 38.31%

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

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

R = 38.31%
G = 25.42%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#714B6B (or 0x714B6B) is known color: Salt Box. HEX triplet: 71, 4B and 6B. RGB value is (113,75,107). Sum of RGB (Red+Green+Blue) = 113+75+107=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #714B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714B6B is #8EB494. Grayscale: #595959. Windows color (decimal): -9352341 or 7031665. OLE color: 7031665.

HSL color Cylindrical-coordinate representation of color #714B6B: hue angle of 309.47º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #714B6B is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 75 107 -
CMYK 0 0.34 0.05 0.56
HSL 309.47º 0.2% 0.37% -
HSV(B) 309.47º 0.34% 0.44% -
XYZ 11.98 9.6 15.13 -
YUV 90.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 113 75 107 0 0.34 0.05 0.56 309.47 0.2 0.37
Hex 71 4B 6B 0 22 5 38 135 14 25
Octal 161 113 153 0 42 5 70 465 24 45
Binary 1110001 1001011 1101011 0 100010 101 111000 100110101 10100 100101

Color Harmonies of #714B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714B6B

Black with #714B6B

Text Example


Text Example

White with #714B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714B6B; }

 p { color: rgb(113,75,107); }

 H1.HeaderClassName
 {
   color: #714B6B;
 }
 .AnyTagClassName
 {
   color: #714B6B;
 }
</style>

background-color css

<style>
 a { background-color: #714B6B; }

 a { background-color: rgb(113,75,107); }

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

border-color css

<style>
 span { border-color: #714B6B; }

 span { border-color: rgb(113,75,107); }

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