#B7787A

Color #B7787A Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B7787A

Tints of Turkish Rose #B7787A

Color information

#B7787A (or 0xB7787A) is unknown color: approx Turkish Rose. HEX triplet: B7, 78 and 7A. RGB value is (183,120,122). Sum of RGB (Red+Green+Blue) = 183+120+122=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7787A is #488785. Grayscale: #8B8B8B. Windows color (decimal): -4753286 or 8026295. OLE color: 8026295.

HSL color Cylindrical-coordinate representation of color #B7787A: hue angle of 358.1º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7787A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB183120122-
CMYK00.340.330.28
HSL358.1º30.43%59.41%-
HSV(B)358.1º34.43%71.76%-
XYZ29.7624.9121.65-
YUV139.06118.37159.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=43.06%
G=28.24%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312012200.340.330.28358.130.4359.41
HexB7787A022211C1661e3b
Octal26717017204241345463673
Binary101101111111000111101001000101000011110010110011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7787A; }

 p { color: rgb(183,120,122); }

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

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

 a { background-color: rgb(183,120,122); }

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

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

 span { border-color: rgb(183,120,122); }

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