Html Css Color HEX #736F6B Sandstone

📋 copy color: '#736F6B'

red 115 ◦ green 111 ◦ blue 107

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

Shades of Sandstone #736F6B

Tints of Sandstone #736F6B

RGB

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

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

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

R = 34.53%
G = 33.33%
B = 32.13%

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

#736F6B (or 0x736F6B) is known color: Sandstone. HEX triplet: 73, 6F and 6B. RGB value is (115,111,107). Sum of RGB (Red+Green+Blue) = 115+111+107=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 115 - color contains mainly: red. Hex color #736F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F6B is #8C9094. Grayscale: #6F6F6F. Windows color (decimal): -9212053 or 7040883. OLE color: 7040883.

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

Color convert

RGB 115 111 107 -
CMYK 0 0.03 0.07 0.55
HSL 30º 0.04% 0.44% -
HSV(B) 30º 0.07% 0.45% -
XYZ 15.41 16.08 16.2 -
YUV 111.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 115 111 107 0 0.03 0.07 0.55 30 0.04 0.44
Hex 73 6F 6B 0 3 7 37 1E 4 2C
Octal 163 157 153 0 3 7 67 36 4 54
Binary 1110011 1101111 1101011 0 11 111 110111 11110 100 101100

Color Harmonies of #736F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F6B

Black with #736F6B

Text Example


Text Example

White with #736F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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