Html Css Color HEX #73706E Sandstone

📋 copy color: '#73706E'

red 115 ◦ green 112 ◦ blue 110

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

Shades of Sandstone #73706E

Tints of Sandstone #73706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 34.12%
G = 33.23%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#73706E (or 0x73706E) is known color: Sandstone. HEX triplet: 73, 70 and 6E. RGB value is (115,112,110). Sum of RGB (Red+Green+Blue) = 115+112+110=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 115 - color contains mainly: red. Hex color #73706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73706E is #8C8F91. Grayscale: #707070. Windows color (decimal): -9211794 or 7237747. OLE color: 7237747.

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

Color convert

RGB 115 112 110 -
CMYK 0 0.03 0.04 0.55
HSL 24º 0.02% 0.44% -
HSV(B) 24º 0.04% 0.45% -
XYZ 15.68 16.36 17.08 -
YUV 112.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 115 112 110 0 0.03 0.04 0.55 24 0.02 0.44
Hex 73 70 6E 0 3 4 37 18 2 2C
Octal 163 160 156 0 3 4 67 30 2 54
Binary 1110011 1110000 1101110 0 11 100 110111 11000 10 101100

Color Harmonies of #73706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73706E

Black with #73706E

Text Example


Text Example

White with #73706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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