Html Css Color HEX #7C736B Sand Dune

📋 copy color: '#7C736B'

red 124 ◦ green 115 ◦ blue 107

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

Shades of Sand Dune #7C736B

Tints of Sand Dune #7C736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 35.84%
G = 33.24%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C736B (or 0x7C736B) is known color: Sand Dune. HEX triplet: 7C, 73 and 6B. RGB value is (124,115,107). Sum of RGB (Red+Green+Blue) = 124+115+107=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 124 - color contains mainly: red. Hex color #7C736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C736B is #838C94. Grayscale: #747474. Windows color (decimal): -8621205 or 7041916. OLE color: 7041916.

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

Color convert

RGB 124 115 107 -
CMYK 0 0.07 0.14 0.51
HSL 28.24º 0.07% 0.45% -
HSV(B) 28.24º 0.14% 0.49% -
XYZ 17.1 17.61 16.41 -
YUV 116.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 124 115 107 0 0.07 0.14 0.51 28.24 0.07 0.45
Hex 7C 73 6B 0 7 E 33 1C 7 2D
Octal 174 163 153 0 7 16 63 34 7 55
Binary 1111100 1110011 1101011 0 111 1110 110011 11100 111 101101

Color Harmonies of #7C736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C736B

Black with #7C736B

Text Example


Text Example

White with #7C736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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