Html Css Color HEX #7C766F Sand Dune

📋 copy color: '#7C766F'

red 124 ◦ green 118 ◦ blue 111

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

Shades of Sand Dune #7C766F

Tints of Sand Dune #7C766F

RGB

 RED value IS 124 (48.83% from 255) = 35.13%

 GREEN value IS 118 (46.48% from 255) = 33.43%

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 35.13%
G = 33.43%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C766F (or 0x7C766F) is known color: Sand Dune. HEX triplet: 7C, 76 and 6F. RGB value is (124,118,111). Sum of RGB (Red+Green+Blue) = 124+118+111=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 124 - color contains mainly: red. Hex color #7C766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C766F is #838990. Grayscale: #777777. Windows color (decimal): -8620433 or 7304828. OLE color: 7304828.

HSL color Cylindrical-coordinate representation of color #7C766F: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C766F is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 118 111 -
CMYK 0 0.05 0.10 0.51
HSL 32.31º 0.06% 0.46% -
HSV(B) 32.31º 0.1% 0.49% -
XYZ 17.66 18.39 17.66 -
YUV 119 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 124 118 111 0 0.05 0.10 0.51 32.31 0.06 0.46
Hex 7C 76 6F 0 5 A 33 20 6 2E
Octal 174 166 157 0 5 12 63 40 6 56
Binary 1111100 1110110 1101111 0 101 1010 110011 100000 110 101110

Color Harmonies of #7C766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C766F

Black with #7C766F

Text Example


Text Example

White with #7C766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C766F; }

 p { color: rgb(124,118,111); }

 H1.HeaderClassName
 {
   color: #7C766F;
 }
 .AnyTagClassName
 {
   color: #7C766F;
 }
</style>

background-color css

<style>
 a { background-color: #7C766F; }

 a { background-color: rgb(124,118,111); }

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

border-color css

<style>
 span { border-color: #7C766F; }

 span { border-color: rgb(124,118,111); }

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