Html Css Color HEX #726B65 Sandstone

📋 copy color: '#726B65'

red 114 ◦ green 107 ◦ blue 101

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

Shades of Sandstone #726B65

Tints of Sandstone #726B65

RGB

 RED value IS 114 (44.92% from 255) = 35.4%

 GREEN value IS 107 (42.19% from 255) = 33.23%

 BLUE value IS 101 (39.84% from 255) = 31.37%

R = 35.4%
G = 33.23%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#726B65 (or 0x726B65) is known color: Sandstone. HEX triplet: 72, 6B and 65. RGB value is (114,107,101). Sum of RGB (Red+Green+Blue) = 114+107+101=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #726B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B65 is #8D949A. Grayscale: #6C6C6C. Windows color (decimal): -9278619 or 6646642. OLE color: 6646642.

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

Color convert

RGB 114 107 101 -
CMYK 0 0.06 0.11 0.55
HSL 27.69º 0.06% 0.42% -
HSV(B) 27.69º 0.11% 0.45% -
XYZ 14.55 15.03 14.45 -
YUV 108.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 114 107 101 0 0.06 0.11 0.55 27.69 0.06 0.42
Hex 72 6B 65 0 6 B 37 1C 6 2A
Octal 162 153 145 0 6 13 67 34 6 52
Binary 1110010 1101011 1100101 0 110 1011 110111 11100 110 101010

Color Harmonies of #726B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B65

Black with #726B65

Text Example


Text Example

White with #726B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726B65; }

 p { color: rgb(114,107,101); }

 H1.HeaderClassName
 {
   color: #726B65;
 }
 .AnyTagClassName
 {
   color: #726B65;
 }
</style>

background-color css

<style>
 a { background-color: #726B65; }

 a { background-color: rgb(114,107,101); }

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

border-color css

<style>
 span { border-color: #726B65; }

 span { border-color: rgb(114,107,101); }

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