Html Css Color HEX #714F6B Salt Box

📋 copy color: '#714F6B'

red 113 ◦ green 79 ◦ blue 107

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

Shades of Salt Box #714F6B

Tints of Salt Box #714F6B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.42%

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

R = 37.79%
G = 26.42%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#714F6B (or 0x714F6B) is known color: Salt Box. HEX triplet: 71, 4F and 6B. RGB value is (113,79,107). Sum of RGB (Red+Green+Blue) = 113+79+107=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #714F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F6B is #8EB094. Grayscale: #5C5C5C. Windows color (decimal): -9351317 or 7032689. OLE color: 7032689.

HSL color Cylindrical-coordinate representation of color #714F6B: hue angle of 310.59º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F6B is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 79 107 -
CMYK 0 0.30 0.05 0.56
HSL 310.59º 0.18% 0.38% -
HSV(B) 310.59º 0.3% 0.44% -
XYZ 12.26 10.16 15.23 -
YUV 92.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 113 79 107 0 0.30 0.05 0.56 310.59 0.18 0.38
Hex 71 4F 6B 0 1E 5 38 137 12 26
Octal 161 117 153 0 36 5 70 467 22 46
Binary 1110001 1001111 1101011 0 11110 101 111000 100110111 10010 100110

Color Harmonies of #714F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F6B

Black with #714F6B

Text Example


Text Example

White with #714F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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