Html Css Color HEX #7D6F5E Sandstone

📋 copy color: '#7D6F5E'

red 125 ◦ green 111 ◦ blue 94

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

Shades of Sandstone #7D6F5E

Tints of Sandstone #7D6F5E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.64%

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 37.88%
G = 33.64%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7D6F5E (or 0x7D6F5E) is known color: Sandstone. HEX triplet: 7D, 6F and 5E. RGB value is (125,111,94). Sum of RGB (Red+Green+Blue) = 125+111+94=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F5E is #8290A1. Grayscale: #717171. Windows color (decimal): -8556706 or 6188925. OLE color: 6188925.

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

Color convert

RGB 125 111 94 -
CMYK 0 0.11 0.25 0.51
HSL 32.9º 0.14% 0.43% -
HSV(B) 32.9º 0.25% 0.49% -
XYZ 16.16 16.54 12.93 -
YUV 113.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 125 111 94 0 0.11 0.25 0.51 32.9 0.14 0.43
Hex 7D 6F 5E 0 B 19 33 21 E 2B
Octal 175 157 136 0 13 31 63 41 16 53
Binary 1111101 1101111 1011110 0 1011 11001 110011 100001 1110 101011

Color Harmonies of #7D6F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6F5E

Black with #7D6F5E

Text Example


Text Example

White with #7D6F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,111,94); }

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

background-color css

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

 a { background-color: rgb(125,111,94); }

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

border-color css

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

 span { border-color: rgb(125,111,94); }

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