Html Css Color HEX #73706B Sandstone

📋 copy color: '#73706B'

red 115 ◦ green 112 ◦ blue 107

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

Shades of Sandstone #73706B

Tints of Sandstone #73706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 34.43%
G = 33.53%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73706B (or 0x73706B) is known color: Sandstone. HEX triplet: 73, 70 and 6B. RGB value is (115,112,107). Sum of RGB (Red+Green+Blue) = 115+112+107=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 115 - color contains mainly: red. Hex color #73706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73706B is #8C8F94. Grayscale: #707070. Windows color (decimal): -9211797 or 7041139. OLE color: 7041139.

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

Color convert

RGB 115 112 107 -
CMYK 0 0.03 0.07 0.55
HSL 37.5º 0.04% 0.44% -
HSV(B) 37.5º 0.07% 0.45% -
XYZ 15.52 16.29 16.24 -
YUV 112.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 115 112 107 0 0.03 0.07 0.55 37.5 0.04 0.44
Hex 73 70 6B 0 3 7 37 26 4 2C
Octal 163 160 153 0 3 7 67 46 4 54
Binary 1110011 1110000 1101011 0 11 111 110111 100110 100 101100

Color Harmonies of #73706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73706B

Black with #73706B

Text Example


Text Example

White with #73706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73706B; }

 p { color: rgb(115,112,107); }

 H1.HeaderClassName
 {
   color: #73706B;
 }
 .AnyTagClassName
 {
   color: #73706B;
 }
</style>

background-color css

<style>
 a { background-color: #73706B; }

 a { background-color: rgb(115,112,107); }

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

border-color css

<style>
 span { border-color: #73706B; }

 span { border-color: rgb(115,112,107); }

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