Html Css Color HEX #76726D Sandstone

📋 copy color: '#76726D'

red 118 ◦ green 114 ◦ blue 109

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

Shades of Sandstone #76726D

Tints of Sandstone #76726D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 34.6%
G = 33.43%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76726D (or 0x76726D) is known color: Sandstone. HEX triplet: 76, 72 and 6D. RGB value is (118,114,109). Sum of RGB (Red+Green+Blue) = 118+114+109=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #76726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76726D is #898D92. Grayscale: #727272. Windows color (decimal): -9014675 or 7172726. OLE color: 7172726.

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

Color convert

RGB 118 114 109 -
CMYK 0 0.03 0.08 0.54
HSL 33.33º 0.04% 0.45% -
HSV(B) 33.33º 0.08% 0.46% -
XYZ 16.25 16.99 16.89 -
YUV 114.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 118 114 109 0 0.03 0.08 0.54 33.33 0.04 0.45
Hex 76 72 6D 0 3 8 36 21 4 2D
Octal 166 162 155 0 3 10 66 41 4 55
Binary 1110110 1110010 1101101 0 11 1000 110110 100001 100 101101

Color Harmonies of #76726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76726D

Black with #76726D

Text Example


Text Example

White with #76726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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