Html Css Color HEX #726F6B Sandstone

📋 copy color: '#726F6B'

red 114 ◦ green 111 ◦ blue 107

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

Shades of Sandstone #726F6B

Tints of Sandstone #726F6B

RGB

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

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

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

R = 34.34%
G = 33.43%
B = 32.23%

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

#726F6B (or 0x726F6B) is known color: Sandstone. HEX triplet: 72, 6F and 6B. RGB value is (114,111,107). Sum of RGB (Red+Green+Blue) = 114+111+107=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 114 - color contains mainly: red. Hex color #726F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F6B is #8D9094. Grayscale: #6F6F6F. Windows color (decimal): -9277589 or 7040882. OLE color: 7040882.

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

Color convert

RGB 114 111 107 -
CMYK 0 0.03 0.06 0.55
HSL 34.29º 0.03% 0.43% -
HSV(B) 34.29º 0.06% 0.45% -
XYZ 15.28 16.01 16.19 -
YUV 111.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 114 111 107 0 0.03 0.06 0.55 34.29 0.03 0.43
Hex 72 6F 6B 0 3 6 37 22 3 2B
Octal 162 157 153 0 3 6 67 42 3 53
Binary 1110010 1101111 1101011 0 11 110 110111 100010 11 101011

Color Harmonies of #726F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F6B

Black with #726F6B

Text Example


Text Example

White with #726F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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