#B78E7A

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

Shades of Sandrift #B78E7A

Tints of Sandrift #B78E7A

Color information

#B78E7A (or 0xB78E7A) is unknown color: approx Sandrift. HEX triplet: B7, 8E and 7A. RGB value is (183,142,122). Sum of RGB (Red+Green+Blue) = 183+142+122=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78E7A is #487185. Grayscale: #989898. Windows color (decimal): -4747654 or 8031927. OLE color: 8031927.

HSL color Cylindrical-coordinate representation of color #B78E7A: hue angle of 19.67º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B78E7A is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB183142122-
CMYK00.220.330.28
HSL19.67º29.76%59.8%-
HSV(B)19.67º33.33%71.76%-
XYZ32.7130.8222.64-
YUV151.98111.08150.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=40.94%
G=31.77%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314212200.220.330.2819.6729.7659.8
HexB78E7A016211C141e3c
Octal2672161720264134243674
Binary10110111100011101111010010110100001111001010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78E7A; }

 p { color: rgb(183,142,122); }

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

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

 a { background-color: rgb(183,142,122); }

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

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

 span { border-color: rgb(183,142,122); }

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