Html Css Color HEX #76716E Sandstone

📋 copy color: '#76716E'

red 118 ◦ green 113 ◦ blue 110

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

Shades of Sandstone #76716E

Tints of Sandstone #76716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

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

R = 34.6%
G = 33.14%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76716E (or 0x76716E) is known color: Sandstone. HEX triplet: 76, 71 and 6E. RGB value is (118,113,110). Sum of RGB (Red+Green+Blue) = 118+113+110=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #76716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76716E is #898E91. Grayscale: #727272. Windows color (decimal): -9014930 or 7238006. OLE color: 7238006.

HSL color Cylindrical-coordinate representation of color #76716E: hue angle of 22.5º 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 #76716E is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 110 -
CMYK 0 0.04 0.07 0.54
HSL 22.5º 0.04% 0.45% -
HSV(B) 22.5º 0.07% 0.46% -
XYZ 16.19 16.79 17.14 -
YUV 114.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 118 113 110 0 0.04 0.07 0.54 22.5 0.04 0.45
Hex 76 71 6E 0 4 7 36 16 4 2D
Octal 166 161 156 0 4 7 66 26 4 55
Binary 1110110 1110001 1101110 0 100 111 110110 10110 100 101101

Color Harmonies of #76716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76716E

Black with #76716E

Text Example


Text Example

White with #76716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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