Html Css Color HEX #73716F Sandstone

📋 copy color: '#73716F'

red 115 ◦ green 113 ◦ blue 111

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

Shades of Sandstone #73716F

Tints of Sandstone #73716F

RGB

 RED value IS 115 (45.31% from 255) = 33.92%

 GREEN value IS 113 (44.53% from 255) = 33.33%

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

R = 33.92%
G = 33.33%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#73716F (or 0x73716F) is known color: Sandstone. HEX triplet: 73, 71 and 6F. RGB value is (115,113,111). Sum of RGB (Red+Green+Blue) = 115+113+111=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 115 - color contains mainly: red. Hex color #73716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73716F is #8C8E90. Grayscale: #717171. Windows color (decimal): -9211537 or 7303539. OLE color: 7303539.

HSL color Cylindrical-coordinate representation of color #73716F: hue angle of 30º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #73716F is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 113 111 -
CMYK 0 0.02 0.03 0.55
HSL 30º 0.02% 0.44% -
HSV(B) 30º 0.03% 0.45% -
XYZ 15.84 16.6 17.41 -
YUV 113.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 115 113 111 0 0.02 0.03 0.55 30 0.02 0.44
Hex 73 71 6F 0 2 3 37 1E 2 2C
Octal 163 161 157 0 2 3 67 36 2 54
Binary 1110011 1110001 1101111 0 10 11 110111 11110 10 101100

Color Harmonies of #73716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73716F

Black with #73716F

Text Example


Text Example

White with #73716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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