#B07776

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

Shades of Coral Tree #B07776

Tints of Coral Tree #B07776

Color information

#B07776 (or 0xB07776) is unknown color: approx Coral Tree. HEX triplet: B0, 77 and 76. RGB value is (176,119,118). Sum of RGB (Red+Green+Blue) = 176+119+118=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B07776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07776 is #4F8889. Grayscale: #878787. Windows color (decimal): -5212298 or 7763888. OLE color: 7763888.

HSL color Cylindrical-coordinate representation of color #B07776: hue angle of 1.03º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B07776 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB176119118-
CMYK00.320.330.31
HSL1.03º26.85%57.65%-
HSV(B)1.03º32.95%69.02%-
XYZ27.7723.7320.26-
YUV135.93117.88156.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 119 (46.88% from 255) = 28.81%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=42.62%
G=28.81%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611911800.320.330.311.0326.8557.65
HexB07776020211F11b3a
Octal260167166040413713372
Binary1011000011101111110110010000010000111111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07776; }

 p { color: rgb(176,119,118); }

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

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

 a { background-color: rgb(176,119,118); }

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

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

 span { border-color: rgb(176,119,118); }

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