#B07777

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

Shades of Coral Tree #B07777

Tints of Coral Tree #B07777

Color information

#B07777 (or 0xB07777) is unknown color: approx Coral Tree. HEX triplet: B0, 77 and 77. RGB value is (176,119,119). Sum of RGB (Red+Green+Blue) = 176+119+119=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B07777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07777 is #4F8888. Grayscale: #888888. Windows color (decimal): -5212297 or 7829424. OLE color: 7829424.

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

Color convert

RGB176119119-
CMYK00.320.320.31
HSL26.51%57.84%-
HSV(B)32.39%69.02%-
XYZ27.8323.7620.57-
YUV136.04118.38156.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 119 (46.88% from 255) = 28.74%
R=42.51%
G=28.74%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611911900.320.320.31026.5157.84
HexB07777020201F01b3a
Octal260167167040403703372
Binary1011000011101111110111010000010000011111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07777; }

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

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

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

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

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

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

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

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