Html Css Color HEX #71626F Salt Box

📋 copy color: '#71626F'

red 113 ◦ green 98 ◦ blue 111

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

Shades of Salt Box #71626F

Tints of Salt Box #71626F

RGB

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

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

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

R = 35.09%
G = 30.43%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71626F (or 0x71626F) is known color: Salt Box. HEX triplet: 71, 62 and 6F. RGB value is (113,98,111). Sum of RGB (Red+Green+Blue) = 113+98+111=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #71626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71626F is #8E9D90. Grayscale: #676767. Windows color (decimal): -9346449 or 7299697. OLE color: 7299697.

HSL color Cylindrical-coordinate representation of color #71626F: hue angle of 308º 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 #71626F is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 111 -
CMYK 0 0.13 0.02 0.56
HSL 308º 0.07% 0.41% -
HSV(B) 308º 0.13% 0.44% -
XYZ 14.05 13.39 16.88 -
YUV 103.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 113 98 111 0 0.13 0.02 0.56 308 0.07 0.41
Hex 71 62 6F 0 D 2 38 134 7 29
Octal 161 142 157 0 15 2 70 464 7 51
Binary 1110001 1100010 1101111 0 1101 10 111000 100110100 111 101001

Color Harmonies of #71626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71626F

Black with #71626F

Text Example


Text Example

White with #71626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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