Html Css Color HEX #7C7264 Sandstone

📋 copy color: '#7C7264'

red 124 ◦ green 114 ◦ blue 100

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

Shades of Sandstone #7C7264

Tints of Sandstone #7C7264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 36.69%
G = 33.73%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C7264 (or 0x7C7264) is known color: Sandstone. HEX triplet: 7C, 72 and 64. RGB value is (124,114,100). Sum of RGB (Red+Green+Blue) = 124+114+100=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7264 is #838D9B. Grayscale: #737373. Windows color (decimal): -8621468 or 6582908. OLE color: 6582908.

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

Color convert

RGB 124 114 100 -
CMYK 0 0.08 0.19 0.51
HSL 35º 0.11% 0.44% -
HSV(B) 35º 0.19% 0.49% -
XYZ 16.63 17.24 14.51 -
YUV 115.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 124 114 100 0 0.08 0.19 0.51 35 0.11 0.44
Hex 7C 72 64 0 8 13 33 23 B 2C
Octal 174 162 144 0 10 23 63 43 13 54
Binary 1111100 1110010 1100100 0 1000 10011 110011 100011 1011 101100

Color Harmonies of #7C7264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7264

Black with #7C7264

Text Example


Text Example

White with #7C7264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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