Html Css Color HEX #7C7162 Sandstone

📋 copy color: '#7C7162'

red 124 ◦ green 113 ◦ blue 98

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

Shades of Sandstone #7C7162

Tints of Sandstone #7C7162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 37.01%
G = 33.73%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7C7162 (or 0x7C7162) is known color: Sandstone. HEX triplet: 7C, 71 and 62. RGB value is (124,113,98). Sum of RGB (Red+Green+Blue) = 124+113+98=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7162 is #838E9D. Grayscale: #727272. Windows color (decimal): -8621726 or 6451580. OLE color: 6451580.

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

Color convert

RGB 124 113 98 -
CMYK 0 0.09 0.21 0.51
HSL 34.62º 0.12% 0.44% -
HSV(B) 34.62º 0.21% 0.49% -
XYZ 16.42 16.98 13.97 -
YUV 114.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 124 113 98 0 0.09 0.21 0.51 34.62 0.12 0.44
Hex 7C 71 62 0 9 15 33 23 C 2C
Octal 174 161 142 0 11 25 63 43 14 54
Binary 1111100 1110001 1100010 0 1001 10101 110011 100011 1100 101100

Color Harmonies of #7C7162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7162

Black with #7C7162

Text Example


Text Example

White with #7C7162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,113,98); }

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

background-color css

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

 a { background-color: rgb(124,113,98); }

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

border-color css

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

 span { border-color: rgb(124,113,98); }

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