#B78F73

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

Shades of Sandrift #B78F73

Tints of Sandrift #B78F73

Color information

#B78F73 (or 0xB78F73) is unknown color: approx Sandrift. HEX triplet: B7, 8F and 73. RGB value is (183,143,115). Sum of RGB (Red+Green+Blue) = 183+143+115=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78F73 is #48708C. Grayscale: #979797. Windows color (decimal): -4747405 or 7573431. OLE color: 7573431.

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

Color convert

RGB183143115-
CMYK00.220.370.28
HSL24.71º32.08%58.43%-
HSV(B)24.71º37.16%71.76%-
XYZ32.4530.9520.48-
YUV151.77107.25150.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=41.50%
G=32.43%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314311500.220.370.2824.7132.0858.43
HexB78F73016251C19203a
Octal2672171630264534314072
Binary101101111000111111100110101101001011110011001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F73; }

 p { color: rgb(183,143,115); }

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

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

 a { background-color: rgb(183,143,115); }

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

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

 span { border-color: rgb(183,143,115); }

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