Html Css Color HEX #73706C Sandstone

📋 copy color: '#73706C'

red 115 ◦ green 112 ◦ blue 108

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

Shades of Sandstone #73706C

Tints of Sandstone #73706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 34.33%
G = 33.43%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#73706C (or 0x73706C) is known color: Sandstone. HEX triplet: 73, 70 and 6C. RGB value is (115,112,108). Sum of RGB (Red+Green+Blue) = 115+112+108=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 115 - color contains mainly: red. Hex color #73706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73706C is #8C8F93. Grayscale: #707070. Windows color (decimal): -9211796 or 7106675. OLE color: 7106675.

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

Color convert

RGB 115 112 108 -
CMYK 0 0.03 0.06 0.55
HSL 34.29º 0.03% 0.44% -
HSV(B) 34.29º 0.06% 0.45% -
XYZ 15.57 16.32 16.52 -
YUV 112.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 115 112 108 0 0.03 0.06 0.55 34.29 0.03 0.44
Hex 73 70 6C 0 3 6 37 22 3 2C
Octal 163 160 154 0 3 6 67 42 3 54
Binary 1110011 1110000 1101100 0 11 110 110111 100010 11 101100

Color Harmonies of #73706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73706C

Black with #73706C

Text Example


Text Example

White with #73706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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