#B78B72

Color #B78B72 Sandrift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandrift #B78B72

Tints of Sandrift #B78B72

Color information

#B78B72 (or 0xB78B72) is unknown color: approx Sandrift. HEX triplet: B7, 8B and 72. RGB value is (183,139,114). Sum of RGB (Red+Green+Blue) = 183+139+114=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78B72 is #48748D. Grayscale: #959595. Windows color (decimal): -4748430 or 7506871. OLE color: 7506871.

HSL color Cylindrical-coordinate representation of color #B78B72: hue angle of 21.74º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B78B72 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB183139114-
CMYK00.240.380.28
HSL21.74º32.39%58.24%-
HSV(B)21.74º37.7%71.76%-
XYZ31.829.7519.99-
YUV149.31108.08152.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=41.97%
G=31.88%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313911400.240.380.2821.7432.3958.24
HexB78B72018261C16203a
Octal2672131620304634264072
Binary101101111000101111100100110001001101110010110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78B72; }

 p { color: rgb(183,139,114); }

 H1.HeaderClassName
 {
   color: #B78B72;
 }
 .AnyTagClassName
 {
   color: #B78B72;
 }
</style>
background-color css

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

 a { background-color: rgb(183,139,114); }

 div.DivClassName
 {
   background-color: #B78B72;
 }
 .BgClassName
 {
   background-color: #B78B72;
 }
</style>
border-color css

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

 span { border-color: rgb(183,139,114); }

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