Html Css Color HEX #71626D Salt Box

📋 copy color: '#71626D'

red 113 ◦ green 98 ◦ blue 109

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

Shades of Salt Box #71626D

Tints of Salt Box #71626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.63%

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 35.31%
G = 30.63%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71626D (or 0x71626D) is known color: Salt Box. HEX triplet: 71, 62 and 6D. RGB value is (113,98,109). Sum of RGB (Red+Green+Blue) = 113+98+109=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #71626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71626D is #8E9D92. Grayscale: #676767. Windows color (decimal): -9346451 or 7168625. OLE color: 7168625.

HSL color Cylindrical-coordinate representation of color #71626D: hue angle of 316º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #71626D is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 109 -
CMYK 0 0.13 0.04 0.56
HSL 316º 0.07% 0.41% -
HSV(B) 316º 0.13% 0.44% -
XYZ 13.94 13.35 16.31 -
YUV 103.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 113 98 109 0 0.13 0.04 0.56 316 0.07 0.41
Hex 71 62 6D 0 D 4 38 13C 7 29
Octal 161 142 155 0 15 4 70 474 7 51
Binary 1110001 1100010 1101101 0 1101 100 111000 100111100 111 101001

Color Harmonies of #71626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71626D

Black with #71626D

Text Example


Text Example

White with #71626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71626D; }

 p { color: rgb(113,98,109); }

 H1.HeaderClassName
 {
   color: #71626D;
 }
 .AnyTagClassName
 {
   color: #71626D;
 }
</style>

background-color css

<style>
 a { background-color: #71626D; }

 a { background-color: rgb(113,98,109); }

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

border-color css

<style>
 span { border-color: #71626D; }

 span { border-color: rgb(113,98,109); }

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