Html Css Color HEX #7C736D Sand Dune

📋 copy color: '#7C736D'

red 124 ◦ green 115 ◦ blue 109

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

Shades of Sand Dune #7C736D

Tints of Sand Dune #7C736D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 35.63%
G = 33.05%
B = 31.32%

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

#7C736D (or 0x7C736D) is known color: Sand Dune. HEX triplet: 7C, 73 and 6D. RGB value is (124,115,109). Sum of RGB (Red+Green+Blue) = 124+115+109=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 124 - color contains mainly: red. Hex color #7C736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C736D is #838C92. Grayscale: #757575. Windows color (decimal): -8621203 or 7172988. OLE color: 7172988.

HSL color Cylindrical-coordinate representation of color #7C736D: 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 #7C736D is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 115 109 -
CMYK 0 0.07 0.12 0.51
HSL 24º 0.06% 0.46% -
HSV(B) 24º 0.12% 0.49% -
XYZ 17.2 17.65 16.97 -
YUV 117.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 124 115 109 0 0.07 0.12 0.51 24 0.06 0.46
Hex 7C 73 6D 0 7 C 33 18 6 2E
Octal 174 163 155 0 7 14 63 30 6 56
Binary 1111100 1110011 1101101 0 111 1100 110011 11000 110 101110

Color Harmonies of #7C736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C736D

Black with #7C736D

Text Example


Text Example

White with #7C736D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,115,109); }

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

background-color css

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

 a { background-color: rgb(124,115,109); }

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

border-color css

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

 span { border-color: rgb(124,115,109); }

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