Html Css Color HEX #7A736F Sand Dune

📋 copy color: '#7A736F'

red 122 ◦ green 115 ◦ blue 111

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

Shades of Sand Dune #7A736F

Tints of Sand Dune #7A736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 35.06%
G = 33.05%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7A736F (or 0x7A736F) is known color: Sand Dune. HEX triplet: 7A, 73 and 6F. RGB value is (122,115,111). Sum of RGB (Red+Green+Blue) = 122+115+111=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 122 - color contains mainly: red. Hex color #7A736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A736F is #858C90. Grayscale: #747474. Windows color (decimal): -8752273 or 7304058. OLE color: 7304058.

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

Color convert

RGB 122 115 111 -
CMYK 0 0.06 0.09 0.52
HSL 21.82º 0.05% 0.46% -
HSV(B) 21.82º 0.09% 0.48% -
XYZ 17.03 17.55 17.53 -
YUV 116.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 122 115 111 0 0.06 0.09 0.52 21.82 0.05 0.46
Hex 7A 73 6F 0 6 9 34 16 5 2E
Octal 172 163 157 0 6 11 64 26 5 56
Binary 1111010 1110011 1101111 0 110 1001 110100 10110 101 101110

Color Harmonies of #7A736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A736F

Black with #7A736F

Text Example


Text Example

White with #7A736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,115,111); }

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

background-color css

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

 a { background-color: rgb(122,115,111); }

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

border-color css

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

 span { border-color: rgb(122,115,111); }

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