Html Css Color HEX #7A746C Sand Dune

📋 copy color: '#7A746C'

red 122 ◦ green 116 ◦ blue 108

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

Shades of Sand Dune #7A746C

Tints of Sand Dune #7A746C

RGB

 RED value IS 122 (48.05% from 255) = 35.26%

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

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

R = 35.26%
G = 33.53%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A746C (or 0x7A746C) is known color: Sand Dune. HEX triplet: 7A, 74 and 6C. RGB value is (122,116,108). Sum of RGB (Red+Green+Blue) = 122+116+108=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 122 - color contains mainly: red. Hex color #7A746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A746C is #858B93. Grayscale: #747474. Windows color (decimal): -8752020 or 7107706. OLE color: 7107706.

HSL color Cylindrical-coordinate representation of color #7A746C: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A746C is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 116 108 -
CMYK 0 0.05 0.11 0.52
HSL 34.29º 0.06% 0.45% -
HSV(B) 34.29º 0.11% 0.48% -
XYZ 16.98 17.71 16.71 -
YUV 116.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 122 116 108 0 0.05 0.11 0.52 34.29 0.06 0.45
Hex 7A 74 6C 0 5 B 34 22 6 2D
Octal 172 164 154 0 5 13 64 42 6 55
Binary 1111010 1110100 1101100 0 101 1011 110100 100010 110 101101

Color Harmonies of #7A746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A746C

Black with #7A746C

Text Example


Text Example

White with #7A746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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