Html Css Color HEX #7D7164 Sandstone

📋 copy color: '#7D7164'

red 125 ◦ green 113 ◦ blue 100

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

Shades of Sandstone #7D7164

Tints of Sandstone #7D7164

RGB

 RED value IS 125 (49.22% from 255) = 36.98%

 GREEN value IS 113 (44.53% from 255) = 33.43%

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

R = 36.98%
G = 33.43%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#7D7164 (or 0x7D7164) is known color: Sandstone. HEX triplet: 7D, 71 and 64. RGB value is (125,113,100). Sum of RGB (Red+Green+Blue) = 125+113+100=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7164 is #828E9B. Grayscale: #737373. Windows color (decimal): -8556188 or 6582653. OLE color: 6582653.

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

Color convert

RGB 125 113 100 -
CMYK 0 0.10 0.2 0.51
HSL 31.2º 0.11% 0.44% -
HSV(B) 31.2º 0.2% 0.49% -
XYZ 16.66 17.09 14.48 -
YUV 115.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 125 113 100 0 0.10 0.2 0.51 31.2 0.11 0.44
Hex 7D 71 64 0 A 14 33 1F B 2C
Octal 175 161 144 0 12 24 63 37 13 54
Binary 1111101 1110001 1100100 0 1010 10100 110011 11111 1011 101100

Color Harmonies of #7D7164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7164

Black with #7D7164

Text Example


Text Example

White with #7D7164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,113,100); }

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

background-color css

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

 a { background-color: rgb(125,113,100); }

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

border-color css

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

 span { border-color: rgb(125,113,100); }

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