Html Css Color HEX #7D7264 Sandstone

📋 copy color: '#7D7264'

red 125 ◦ green 114 ◦ blue 100

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

Shades of Sandstone #7D7264

Tints of Sandstone #7D7264

RGB

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

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

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

R = 36.87%
G = 33.63%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#7D7264 (or 0x7D7264) is known color: Sandstone. HEX triplet: 7D, 72 and 64. RGB value is (125,114,100). Sum of RGB (Red+Green+Blue) = 125+114+100=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7264 is #828D9B. Grayscale: #737373. Windows color (decimal): -8555932 or 6582909. OLE color: 6582909.

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

Color convert

RGB 125 114 100 -
CMYK 0 0.09 0.2 0.51
HSL 33.6º 0.11% 0.44% -
HSV(B) 33.6º 0.2% 0.49% -
XYZ 16.78 17.31 14.51 -
YUV 115.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 125 114 100 0 0.09 0.2 0.51 33.6 0.11 0.44
Hex 7D 72 64 0 9 14 33 22 B 2C
Octal 175 162 144 0 11 24 63 42 13 54
Binary 1111101 1110010 1100100 0 1001 10100 110011 100010 1011 101100

Color Harmonies of #7D7264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7264

Black with #7D7264

Text Example


Text Example

White with #7D7264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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