Html Css Color HEX #736A5C Sandstone

📋 copy color: '#736A5C'

red 115 ◦ green 106 ◦ blue 92

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

Shades of Sandstone #736A5C

Tints of Sandstone #736A5C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.87%

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 36.74%
G = 33.87%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#736A5C (or 0x736A5C) is known color: Sandstone. HEX triplet: 73, 6A and 5C. RGB value is (115,106,92). Sum of RGB (Red+Green+Blue) = 115+106+92=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #736A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A5C is #8C95A3. Grayscale: #6B6B6B. Windows color (decimal): -9213348 or 6056563. OLE color: 6056563.

HSL color Cylindrical-coordinate representation of color #736A5C: hue angle of 36.52º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #736A5C is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 106 92 -
CMYK 0 0.08 0.20 0.55
HSL 36.52º 0.11% 0.41% -
HSV(B) 36.52º 0.2% 0.45% -
XYZ 14.16 14.73 12.22 -
YUV 107.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 115 106 92 0 0.08 0.20 0.55 36.52 0.11 0.41
Hex 73 6A 5C 0 8 14 37 25 B 29
Octal 163 152 134 0 10 24 67 45 13 51
Binary 1110011 1101010 1011100 0 1000 10100 110111 100101 1011 101001

Color Harmonies of #736A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A5C

Black with #736A5C

Text Example


Text Example

White with #736A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736A5C; }

 p { color: rgb(115,106,92); }

 H1.HeaderClassName
 {
   color: #736A5C;
 }
 .AnyTagClassName
 {
   color: #736A5C;
 }
</style>

background-color css

<style>
 a { background-color: #736A5C; }

 a { background-color: rgb(115,106,92); }

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

border-color css

<style>
 span { border-color: #736A5C; }

 span { border-color: rgb(115,106,92); }

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