Html Css Color HEX #B77F66 Medium Wood

📋 copy color: '#B77F66'

red 183 ◦ green 127 ◦ blue 102

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

Shades of Medium Wood #B77F66

Tints of Medium Wood #B77F66

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

 BLUE value IS 102 (40.23% from 255) = 24.76%

R = 44.42%
G = 30.83%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B77F66 (or 0xB77F66) is known color: Medium Wood. HEX triplet: B7, 7F and 66. RGB value is (183,127,102). Sum of RGB (Red+Green+Blue) = 183+127+102=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F66 is #488099. Grayscale: #8D8D8D. Windows color (decimal): -4751514 or 6717367. OLE color: 6717367.

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

Color convert

RGB 183 127 102 -
CMYK 0 0.31 0.44 0.28
HSL 18.52º 0.36% 0.56% -
HSV(B) 18.52º 0.44% 0.72% -
XYZ 29.52 26.21 16.07 -
YUV 140.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 183 127 102 0 0.31 0.44 0.28 18.52 0.36 0.56
Hex B7 7F 66 0 1F 2C 1C 13 24 38
Octal 267 177 146 0 37 54 34 23 44 70
Binary 10110111 1111111 1100110 0 11111 101100 11100 10011 100100 111000

Color Harmonies of #B77F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F66

Black with #B77F66

Text Example


Text Example

White with #B77F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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