Html Css Color HEX #76726E Sandstone

📋 copy color: '#76726E'

red 118 ◦ green 114 ◦ blue 110

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

Shades of Sandstone #76726E

Tints of Sandstone #76726E

RGB

 RED value IS 118 (46.48% from 255) = 34.5%

 GREEN value IS 114 (44.92% from 255) = 33.33%

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 34.5%
G = 33.33%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76726E (or 0x76726E) is known color: Sandstone. HEX triplet: 76, 72 and 6E. RGB value is (118,114,110). Sum of RGB (Red+Green+Blue) = 118+114+110=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #76726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76726E is #898D91. Grayscale: #727272. Windows color (decimal): -9014674 or 7238262. OLE color: 7238262.

HSL color Cylindrical-coordinate representation of color #76726E: hue angle of 30º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #76726E is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 110 -
CMYK 0 0.03 0.07 0.54
HSL 30º 0.04% 0.45% -
HSV(B) 30º 0.07% 0.46% -
XYZ 16.3 17.01 17.18 -
YUV 114.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 118 114 110 0 0.03 0.07 0.54 30 0.04 0.45
Hex 76 72 6E 0 3 7 36 1E 4 2D
Octal 166 162 156 0 3 7 66 36 4 55
Binary 1110110 1110010 1101110 0 11 111 110110 11110 100 101101

Color Harmonies of #76726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76726E

Black with #76726E

Text Example


Text Example

White with #76726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76726E; }

 p { color: rgb(118,114,110); }

 H1.HeaderClassName
 {
   color: #76726E;
 }
 .AnyTagClassName
 {
   color: #76726E;
 }
</style>

background-color css

<style>
 a { background-color: #76726E; }

 a { background-color: rgb(118,114,110); }

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

border-color css

<style>
 span { border-color: #76726E; }

 span { border-color: rgb(118,114,110); }

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