#B78F74

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

Shades of Sandrift #B78F74

Tints of Sandrift #B78F74

Color information

#B78F74 (or 0xB78F74) is unknown color: approx Sandrift. HEX triplet: B7, 8F and 74. RGB value is (183,143,116). Sum of RGB (Red+Green+Blue) = 183+143+116=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78F74 is #48708B. Grayscale: #989898. Windows color (decimal): -4747404 or 7638967. OLE color: 7638967.

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

Color convert

RGB183143116-
CMYK00.220.370.28
HSL24.18º31.75%58.63%-
HSV(B)24.18º36.61%71.76%-
XYZ32.530.9720.79-
YUV151.88107.75150.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=41.40%
G=32.35%
B=26.24%

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
Decimal18314311600.220.370.2824.1831.7558.63
HexB78F74016251C18203b
Octal2672171640264534304073
Binary101101111000111111101000101101001011110011000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F74; }

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

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

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

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

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

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

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

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