Html Css Color HEX #7C7064 Sandstone

📋 copy color: '#7C7064'

red 124 ◦ green 112 ◦ blue 100

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

Shades of Sandstone #7C7064

Tints of Sandstone #7C7064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

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

R = 36.9%
G = 33.33%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C7064 (or 0x7C7064) is known color: Sandstone. HEX triplet: 7C, 70 and 64. RGB value is (124,112,100). Sum of RGB (Red+Green+Blue) = 124+112+100=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7064 is #838F9B. Grayscale: #727272. Windows color (decimal): -8621980 or 6582396. OLE color: 6582396.

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

Color convert

RGB 124 112 100 -
CMYK 0 0.10 0.19 0.51
HSL 30º 0.11% 0.44% -
HSV(B) 30º 0.19% 0.49% -
XYZ 16.41 16.79 14.43 -
YUV 114.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 124 112 100 0 0.10 0.19 0.51 30 0.11 0.44
Hex 7C 70 64 0 A 13 33 1E B 2C
Octal 174 160 144 0 12 23 63 36 13 54
Binary 1111100 1110000 1100100 0 1010 10011 110011 11110 1011 101100

Color Harmonies of #7C7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7064

Black with #7C7064

Text Example


Text Example

White with #7C7064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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