#B77D67

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

Shades of Medium Wood #B77D67

Tints of Medium Wood #B77D67

Color information

#B77D67 (or 0xB77D67) is unknown color: approx Medium Wood. HEX triplet: B7, 7D and 67. RGB value is (183,125,103). Sum of RGB (Red+Green+Blue) = 183+125+103=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D67 is #488298. Grayscale: #8B8B8B. Windows color (decimal): -4752025 or 6782391. OLE color: 6782391.

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

Color convert

RGB183125103-
CMYK00.320.440.28
HSL16.5º35.71%56.08%-
HSV(B)16.5º43.72%71.76%-
XYZ29.3125.7116.25-
YUV139.83107.22158.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 103 (40.62% from 255) = 25.06%
R=44.53%
G=30.41%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312510300.320.440.2816.535.7156.08
HexB77D670202C1C102438
Octal2671751470405434204470
Binary101101111111101110011101000001011001110010000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D67; }

 p { color: rgb(183,125,103); }

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

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

 a { background-color: rgb(183,125,103); }

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

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

 span { border-color: rgb(183,125,103); }

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