#B78F75

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

Shades of Sandrift #B78F75

Tints of Sandrift #B78F75

Color information

#B78F75 (or 0xB78F75) is unknown color: approx Sandrift. HEX triplet: B7, 8F and 75. RGB value is (183,143,117). Sum of RGB (Red+Green+Blue) = 183+143+117=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78F75 is #48708A. Grayscale: #989898. Windows color (decimal): -4747403 or 7704503. OLE color: 7704503.

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

Color convert

RGB183143117-
CMYK00.220.360.28
HSL23.64º31.43%58.82%-
HSV(B)23.64º36.07%71.76%-
XYZ32.563121.1-
YUV152108.25150.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=41.31%
G=32.28%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314311700.220.360.2823.6431.4358.82
HexB78F75016241C181f3b
Octal2672171650264434303773
Binary10110111100011111110101010110100100111001100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F75; }

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

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

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

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

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

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

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

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