Html Css Color HEX #7B7064 Sandstone

📋 copy color: '#7B7064'

red 123 ◦ green 112 ◦ blue 100

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

Shades of Sandstone #7B7064

Tints of Sandstone #7B7064

RGB

 RED value IS 123 (48.44% from 255) = 36.72%

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

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

R = 36.72%
G = 33.43%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7B7064 (or 0x7B7064) is known color: Sandstone. HEX triplet: 7B, 70 and 64. RGB value is (123,112,100). Sum of RGB (Red+Green+Blue) = 123+112+100=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7064 is #848F9B. Grayscale: #717171. Windows color (decimal): -8687516 or 6582395. OLE color: 6582395.

HSL color Cylindrical-coordinate representation of color #7B7064: hue angle of 31.3º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B7064 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 112 100 -
CMYK 0 0.09 0.19 0.52
HSL 31.3º 0.1% 0.44% -
HSV(B) 31.3º 0.19% 0.48% -
XYZ 16.26 16.72 14.43 -
YUV 113.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 123 112 100 0 0.09 0.19 0.52 31.3 0.1 0.44
Hex 7B 70 64 0 9 13 34 1F A 2C
Octal 173 160 144 0 11 23 64 37 12 54
Binary 1111011 1110000 1100100 0 1001 10011 110100 11111 1010 101100

Color Harmonies of #7B7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7064

Black with #7B7064

Text Example


Text Example

White with #7B7064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,100); }

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

background-color css

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

 a { background-color: rgb(123,112,100); }

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

border-color css

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

 span { border-color: rgb(123,112,100); }

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