Html Css Color HEX #7D746E Sand Dune

📋 copy color: '#7D746E'

red 125 ◦ green 116 ◦ blue 110

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

Shades of Sand Dune #7D746E

Tints of Sand Dune #7D746E

RGB

 RED value IS 125 (49.22% from 255) = 35.61%

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

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

R = 35.61%
G = 33.05%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7D746E (or 0x7D746E) is known color: Sand Dune. HEX triplet: 7D, 74 and 6E. RGB value is (125,116,110). Sum of RGB (Red+Green+Blue) = 125+116+110=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 125 - color contains mainly: red. Hex color #7D746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D746E is #828B91. Grayscale: #767676. Windows color (decimal): -8555410 or 7238781. OLE color: 7238781.

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

Color convert

RGB 125 116 110 -
CMYK 0 0.07 0.12 0.51
HSL 24º 0.06% 0.46% -
HSV(B) 24º 0.12% 0.49% -
XYZ 17.52 17.98 17.3 -
YUV 118.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 125 116 110 0 0.07 0.12 0.51 24 0.06 0.46
Hex 7D 74 6E 0 7 C 33 18 6 2E
Octal 175 164 156 0 7 14 63 30 6 56
Binary 1111101 1110100 1101110 0 111 1100 110011 11000 110 101110

Color Harmonies of #7D746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D746E

Black with #7D746E

Text Example


Text Example

White with #7D746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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