#917376

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

Shades of Turkish Rose #917376

Tints of Turkish Rose #917376

Color information

#917376 (or 0x917376) is unknown color: approx Turkish Rose. HEX triplet: 91, 73 and 76. RGB value is (145,115,118). Sum of RGB (Red+Green+Blue) = 145+115+118=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #917376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917376 is #6E8C89. Grayscale: #7C7C7C. Windows color (decimal): -7244938 or 7762833. OLE color: 7762833.

HSL color Cylindrical-coordinate representation of color #917376: hue angle of 354º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917376 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB145115118-
CMYK00.210.190.43
HSL354º12%50.98%-
HSV(B)354º20.69%56.86%-
XYZ21.0819.5919.81-
YUV124.31124.44142.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=38.36%
G=30.42%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511511800.210.190.433541250.98
Hex917376015132B162c33
Octal22116316602523535421463
Binary1001000111100111110110010101100111010111011000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917376; }

 p { color: rgb(145,115,118); }

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

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

 a { background-color: rgb(145,115,118); }

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

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

 span { border-color: rgb(145,115,118); }

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