Html Css Color HEX #7C726C Sand Dune

📋 copy color: '#7C726C'

red 124 ◦ green 114 ◦ blue 108

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

Shades of Sand Dune #7C726C

Tints of Sand Dune #7C726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 35.84%
G = 32.95%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C726C (or 0x7C726C) is known color: Sand Dune. HEX triplet: 7C, 72 and 6C. RGB value is (124,114,108). Sum of RGB (Red+Green+Blue) = 124+114+108=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 124 - color contains mainly: red. Hex color #7C726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C726C is #838D93. Grayscale: #747474. Windows color (decimal): -8621460 or 7107196. OLE color: 7107196.

HSL color Cylindrical-coordinate representation of color #7C726C: hue angle of 22.5º 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 #7C726C is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 114 108 -
CMYK 0 0.08 0.13 0.51
HSL 22.5º 0.07% 0.45% -
HSV(B) 22.5º 0.13% 0.49% -
XYZ 17.04 17.4 16.65 -
YUV 116.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 124 114 108 0 0.08 0.13 0.51 22.5 0.07 0.45
Hex 7C 72 6C 0 8 D 33 16 7 2D
Octal 174 162 154 0 10 15 63 26 7 55
Binary 1111100 1110010 1101100 0 1000 1101 110011 10110 111 101101

Color Harmonies of #7C726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C726C

Black with #7C726C

Text Example


Text Example

White with #7C726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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