Html Css Color HEX #76716B Sandstone

📋 copy color: '#76716B'

red 118 ◦ green 113 ◦ blue 107

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

Shades of Sandstone #76716B

Tints of Sandstone #76716B

RGB

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

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

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

R = 34.91%
G = 33.43%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76716B (or 0x76716B) is known color: Sandstone. HEX triplet: 76, 71 and 6B. RGB value is (118,113,107). Sum of RGB (Red+Green+Blue) = 118+113+107=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #76716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76716B is #898E94. Grayscale: #717171. Windows color (decimal): -9014933 or 7041398. OLE color: 7041398.

HSL color Cylindrical-coordinate representation of color #76716B: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #76716B is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 107 -
CMYK 0 0.04 0.09 0.54
HSL 32.73º 0.05% 0.44% -
HSV(B) 32.73º 0.09% 0.46% -
XYZ 16.03 16.72 16.29 -
YUV 113.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 118 113 107 0 0.04 0.09 0.54 32.73 0.05 0.44
Hex 76 71 6B 0 4 9 36 21 5 2C
Octal 166 161 153 0 4 11 66 41 5 54
Binary 1110110 1110001 1101011 0 100 1001 110110 100001 101 101100

Color Harmonies of #76716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76716B

Black with #76716B

Text Example


Text Example

White with #76716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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