Html Css Color HEX #7C746E Sand Dune

📋 copy color: '#7C746E'

red 124 ◦ green 116 ◦ blue 110

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

Shades of Sand Dune #7C746E

Tints of Sand Dune #7C746E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 35.43%
G = 33.14%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7C746E (or 0x7C746E) is known color: Sand Dune. HEX triplet: 7C, 74 and 6E. RGB value is (124,116,110). Sum of RGB (Red+Green+Blue) = 124+116+110=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 124 - color contains mainly: red. Hex color #7C746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C746E is #838B91. Grayscale: #757575. Windows color (decimal): -8620946 or 7238780. OLE color: 7238780.

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

Color convert

RGB 124 116 110 -
CMYK 0 0.06 0.11 0.51
HSL 25.71º 0.06% 0.46% -
HSV(B) 25.71º 0.11% 0.49% -
XYZ 17.37 17.9 17.29 -
YUV 117.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 124 116 110 0 0.06 0.11 0.51 25.71 0.06 0.46
Hex 7C 74 6E 0 6 B 33 1A 6 2E
Octal 174 164 156 0 6 13 63 32 6 56
Binary 1111100 1110100 1101110 0 110 1011 110011 11010 110 101110

Color Harmonies of #7C746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C746E

Black with #7C746E

Text Example


Text Example

White with #7C746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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