Html Css Color HEX #736F6C Sandstone

📋 copy color: '#736F6C'

red 115 ◦ green 111 ◦ blue 108

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

Shades of Sandstone #736F6C

Tints of Sandstone #736F6C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

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

R = 34.43%
G = 33.23%
B = 32.34%

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

#736F6C (or 0x736F6C) is known color: Sandstone. HEX triplet: 73, 6F and 6C. RGB value is (115,111,108). Sum of RGB (Red+Green+Blue) = 115+111+108=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 115 - color contains mainly: red. Hex color #736F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F6C is #8C9093. Grayscale: #6F6F6F. Windows color (decimal): -9212052 or 7106419. OLE color: 7106419.

HSL color Cylindrical-coordinate representation of color #736F6C: hue angle of 25.71º 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 #736F6C is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 111 108 -
CMYK 0 0.03 0.06 0.55
HSL 25.71º 0.03% 0.44% -
HSV(B) 25.71º 0.06% 0.45% -
XYZ 15.46 16.1 16.48 -
YUV 111.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 115 111 108 0 0.03 0.06 0.55 25.71 0.03 0.44
Hex 73 6F 6C 0 3 6 37 1A 3 2C
Octal 163 157 154 0 3 6 67 32 3 54
Binary 1110011 1101111 1101100 0 11 110 110111 11010 11 101100

Color Harmonies of #736F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F6C

Black with #736F6C

Text Example


Text Example

White with #736F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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