Html Css Color HEX #7C746C Sand Dune

📋 copy color: '#7C746C'

red 124 ◦ green 116 ◦ blue 108

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

Shades of Sand Dune #7C746C

Tints of Sand Dune #7C746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

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

R = 35.63%
G = 33.33%
B = 31.03%

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

#7C746C (or 0x7C746C) is known color: Sand Dune. HEX triplet: 7C, 74 and 6C. RGB value is (124,116,108). Sum of RGB (Red+Green+Blue) = 124+116+108=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 124 - color contains mainly: red. Hex color #7C746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C746C is #838B93. Grayscale: #757575. Windows color (decimal): -8620948 or 7107708. OLE color: 7107708.

HSL color Cylindrical-coordinate representation of color #7C746C: hue angle of 30º 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 #7C746C is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 116 108 -
CMYK 0 0.06 0.13 0.51
HSL 30º 0.07% 0.45% -
HSV(B) 30º 0.13% 0.49% -
XYZ 17.26 17.86 16.72 -
YUV 117.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 124 116 108 0 0.06 0.13 0.51 30 0.07 0.45
Hex 7C 74 6C 0 6 D 33 1E 7 2D
Octal 174 164 154 0 6 15 63 36 7 55
Binary 1111100 1110100 1101100 0 110 1101 110011 11110 111 101101

Color Harmonies of #7C746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C746C

Black with #7C746C

Text Example


Text Example

White with #7C746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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