Html Css Color HEX #7D705F Sandstone

📋 copy color: '#7D705F'

red 125 ◦ green 112 ◦ blue 95

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

Shades of Sandstone #7D705F

Tints of Sandstone #7D705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 37.65%
G = 33.73%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D705F (or 0x7D705F) is known color: Sandstone. HEX triplet: 7D, 70 and 5F. RGB value is (125,112,95). Sum of RGB (Red+Green+Blue) = 125+112+95=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D705F is #828FA0. Grayscale: #727272. Windows color (decimal): -8556449 or 6254717. OLE color: 6254717.

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

Color convert

RGB 125 112 95 -
CMYK 0 0.10 0.24 0.51
HSL 34º 0.14% 0.43% -
HSV(B) 34º 0.24% 0.49% -
XYZ 16.32 16.77 13.2 -
YUV 113.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 125 112 95 0 0.10 0.24 0.51 34 0.14 0.43
Hex 7D 70 5F 0 A 18 33 22 E 2B
Octal 175 160 137 0 12 30 63 42 16 53
Binary 1111101 1110000 1011111 0 1010 11000 110011 100010 1110 101011

Color Harmonies of #7D705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D705F

Black with #7D705F

Text Example


Text Example

White with #7D705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,112,95); }

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

background-color css

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

 a { background-color: rgb(125,112,95); }

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

border-color css

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

 span { border-color: rgb(125,112,95); }

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