Html Css Color HEX #7C7268 Sand Dune

📋 copy color: '#7C7268'

red 124 ◦ green 114 ◦ blue 104

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

Shades of Sand Dune #7C7268

Tints of Sand Dune #7C7268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 36.26%
G = 33.33%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C7268 (or 0x7C7268) is known color: Sand Dune. HEX triplet: 7C, 72 and 68. RGB value is (124,114,104). Sum of RGB (Red+Green+Blue) = 124+114+104=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7268 is #838D97. Grayscale: #737373. Windows color (decimal): -8621464 or 6845052. OLE color: 6845052.

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

Color convert

RGB 124 114 104 -
CMYK 0 0.08 0.16 0.51
HSL 30º 0.09% 0.45% -
HSV(B) 30º 0.16% 0.49% -
XYZ 16.83 17.32 15.55 -
YUV 115.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 124 114 104 0 0.08 0.16 0.51 30 0.09 0.45
Hex 7C 72 68 0 8 10 33 1E 9 2D
Octal 174 162 150 0 10 20 63 36 11 55
Binary 1111100 1110010 1101000 0 1000 10000 110011 11110 1001 101101

Color Harmonies of #7C7268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7268

Black with #7C7268

Text Example


Text Example

White with #7C7268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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