Html Css Color HEX #7C756C Sand Dune

📋 copy color: '#7C756C'

red 124 ◦ green 117 ◦ blue 108

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

Shades of Sand Dune #7C756C

Tints of Sand Dune #7C756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

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

R = 35.53%
G = 33.52%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C756C (or 0x7C756C) is known color: Sand Dune. HEX triplet: 7C, 75 and 6C. RGB value is (124,117,108). Sum of RGB (Red+Green+Blue) = 124+117+108=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 124 - color contains mainly: red. Hex color #7C756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C756C is #838A93. Grayscale: #767676. Windows color (decimal): -8620692 or 7107964. OLE color: 7107964.

HSL color Cylindrical-coordinate representation of color #7C756C: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C756C is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 117 108 -
CMYK 0 0.06 0.13 0.51
HSL 33.75º 0.07% 0.45% -
HSV(B) 33.75º 0.13% 0.49% -
XYZ 17.38 18.09 16.76 -
YUV 118.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 124 117 108 0 0.06 0.13 0.51 33.75 0.07 0.45
Hex 7C 75 6C 0 6 D 33 22 7 2D
Octal 174 165 154 0 6 15 63 42 7 55
Binary 1111100 1110101 1101100 0 110 1101 110011 100010 111 101101

Color Harmonies of #7C756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C756C

Black with #7C756C

Text Example


Text Example

White with #7C756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,117,108); }

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

background-color css

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

 a { background-color: rgb(124,117,108); }

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

border-color css

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

 span { border-color: rgb(124,117,108); }

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