#B7777A

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

Shades of Turkish Rose #B7777A

Tints of Turkish Rose #B7777A

Color information

#B7777A (or 0xB7777A) is unknown color: approx Turkish Rose. HEX triplet: B7, 77 and 7A. RGB value is (183,119,122). Sum of RGB (Red+Green+Blue) = 183+119+122=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7777A is #488885. Grayscale: #8A8A8A. Windows color (decimal): -4753542 or 8026039. OLE color: 8026039.

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

Color convert

RGB183119122-
CMYK00.350.330.28
HSL357.19º30.77%59.22%-
HSV(B)357.19º34.97%71.76%-
XYZ29.6424.6721.61-
YUV138.48118.7159.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=43.16%
G=28.07%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311912200.350.330.28357.1930.7759.22
HexB7777A023211C1651f3b
Octal26716717204341345453773
Binary101101111110111111101001000111000011110010110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7777A; }

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

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

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

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

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

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

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

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