Html Css Color HEX #7C736C Sand Dune

📋 copy color: '#7C736C'

red 124 ◦ green 115 ◦ blue 108

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

Shades of Sand Dune #7C736C

Tints of Sand Dune #7C736C

RGB

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

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

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

R = 35.73%
G = 33.14%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C736C (or 0x7C736C) is known color: Sand Dune. HEX triplet: 7C, 73 and 6C. RGB value is (124,115,108). Sum of RGB (Red+Green+Blue) = 124+115+108=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C736C is #838C93. Grayscale: #747474. Windows color (decimal): -8621204 or 7107452. OLE color: 7107452.

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

Color convert

RGB 124 115 108 -
CMYK 0 0.07 0.13 0.51
HSL 26.25º 0.07% 0.45% -
HSV(B) 26.25º 0.13% 0.49% -
XYZ 17.15 17.63 16.69 -
YUV 116.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 124 115 108 0 0.07 0.13 0.51 26.25 0.07 0.45
Hex 7C 73 6C 0 7 D 33 1A 7 2D
Octal 174 163 154 0 7 15 63 32 7 55
Binary 1111100 1110011 1101100 0 111 1101 110011 11010 111 101101

Color Harmonies of #7C736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C736C

Black with #7C736C

Text Example


Text Example

White with #7C736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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