Html Css Color HEX #71696F Salt Box

📋 copy color: '#71696F'

red 113 ◦ green 105 ◦ blue 111

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

Shades of Salt Box #71696F

Tints of Salt Box #71696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.91%

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

R = 34.35%
G = 31.91%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71696F (or 0x71696F) is known color: Salt Box. HEX triplet: 71, 69 and 6F. RGB value is (113,105,111). Sum of RGB (Red+Green+Blue) = 113+105+111=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 113 - color contains mainly: red. Hex color #71696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71696F is #8E9690. Grayscale: #6C6C6C. Windows color (decimal): -9344657 or 7301489. OLE color: 7301489.

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

Color convert

RGB 113 105 111 -
CMYK 0 0.07 0.02 0.56
HSL 315º 0.04% 0.43% -
HSV(B) 315º 0.07% 0.44% -
XYZ 14.73 14.76 17.11 -
YUV 108.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 113 105 111 0 0.07 0.02 0.56 315 0.04 0.43
Hex 71 69 6F 0 7 2 38 13B 4 2B
Octal 161 151 157 0 7 2 70 473 4 53
Binary 1110001 1101001 1101111 0 111 10 111000 100111011 100 101011

Color Harmonies of #71696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71696F

Black with #71696F

Text Example


Text Example

White with #71696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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