Html Css Color HEX #B78C76 Sandrift

📋 copy color: '#B78C76'

red 183 ◦ green 140 ◦ blue 118

#B78C76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandrift #B78C76

Tints of Sandrift #B78C76

RGB

 RED value IS 183 (71.88% from 255) = 41.5%

 GREEN value IS 140 (55.08% from 255) = 31.75%

 BLUE value IS 118 (46.48% from 255) = 26.76%

R = 41.5%
G = 31.75%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B78C76 (or 0xB78C76) is known color: Sandrift. HEX triplet: B7, 8C and 76. RGB value is (183,140,118). Sum of RGB (Red+Green+Blue) = 183+140+118=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C76 is #487389. Grayscale: #969696. Windows color (decimal): -4748170 or 7769271. OLE color: 7769271.

HSL color Cylindrical-coordinate representation of color #B78C76: hue angle of 20.31º 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 #B78C76 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 140 118 -
CMYK 0 0.23 0.36 0.28
HSL 20.31º 0.31% 0.59% -
HSV(B) 20.31º 0.36% 0.72% -
XYZ 32.18 30.13 21.26 -
YUV 150.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 183 140 118 0 0.23 0.36 0.28 20.31 0.31 0.59
Hex B7 8C 76 0 17 24 1C 14 1F 3B
Octal 267 214 166 0 27 44 34 24 37 73
Binary 10110111 10001100 1110110 0 10111 100100 11100 10100 11111 111011

Color Harmonies of #B78C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C76

Black with #B78C76

Text Example


Text Example

White with #B78C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C76; }

 p { color: rgb(183,140,118); }

 H1.HeaderClassName
 {
   color: #B78C76;
 }
 .AnyTagClassName
 {
   color: #B78C76;
 }
</style>

background-color css

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

 a { background-color: rgb(183,140,118); }

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

border-color css

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

 span { border-color: rgb(183,140,118); }

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