Html Css Color HEX #76726C Sandstone

📋 copy color: '#76726C'

red 118 ◦ green 114 ◦ blue 108

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

Shades of Sandstone #76726C

Tints of Sandstone #76726C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 34.71%
G = 33.53%
B = 31.76%

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

#76726C (or 0x76726C) is known color: Sandstone. HEX triplet: 76, 72 and 6C. RGB value is (118,114,108). Sum of RGB (Red+Green+Blue) = 118+114+108=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 118 - color contains mainly: red. Hex color #76726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76726C is #898D93. Grayscale: #727272. Windows color (decimal): -9014676 or 7107190. OLE color: 7107190.

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

Color convert

RGB 118 114 108 -
CMYK 0 0.03 0.08 0.54
HSL 36º 0.04% 0.44% -
HSV(B) 36º 0.08% 0.46% -
XYZ 16.2 16.97 16.61 -
YUV 114.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 118 114 108 0 0.03 0.08 0.54 36 0.04 0.44
Hex 76 72 6C 0 3 8 36 24 4 2C
Octal 166 162 154 0 3 10 66 44 4 54
Binary 1110110 1110010 1101100 0 11 1000 110110 100100 100 101100

Color Harmonies of #76726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76726C

Black with #76726C

Text Example


Text Example

White with #76726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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