#B77D66

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

Shades of Medium Wood #B77D66

Tints of Medium Wood #B77D66

Color information

#B77D66 (or 0xB77D66) is unknown color: approx Medium Wood. HEX triplet: B7, 7D and 66. RGB value is (183,125,102). Sum of RGB (Red+Green+Blue) = 183+125+102=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D66 is #488299. Grayscale: #8B8B8B. Windows color (decimal): -4752026 or 6716855. OLE color: 6716855.

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

Color convert

RGB183125102-
CMYK00.320.440.28
HSL17.04º36%55.88%-
HSV(B)17.04º44.26%71.76%-
XYZ29.2625.6915.99-
YUV139.72106.72158.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 125 (49.22% from 255) = 30.49%
BLUE value IS 102 (40.23% from 255) = 24.88%
R=44.63%
G=30.49%
B=24.88%

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
Decimal18312510200.320.440.2817.043655.88
HexB77D660202C1C112438
Octal2671751460405434214470
Binary101101111111101110011001000001011001110010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D66; }

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

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

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

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

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

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

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

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