#917475

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

Shades of Turkish Rose #917475

Tints of Turkish Rose #917475

Color information

#917475 (or 0x917475) is unknown color: approx Turkish Rose. HEX triplet: 91, 74 and 75. RGB value is (145,116,117). Sum of RGB (Red+Green+Blue) = 145+116+117=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #917475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917475 is #6E8B8A. Grayscale: #7C7C7C. Windows color (decimal): -7244683 or 7697553. OLE color: 7697553.

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

Color convert

RGB145116117-
CMYK00.20.190.43
HSL357.93º11.65%51.18%-
HSV(B)357.93º20%56.86%-
XYZ21.1319.7919.54-
YUV124.78123.61142.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=38.36%
G=30.69%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511611700.20.190.43357.9311.6551.18
Hex917475014132B166c33
Octal22116416502423535461463
Binary1001000111101001110101010100100111010111011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917475; }

 p { color: rgb(145,116,117); }

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

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

 a { background-color: rgb(145,116,117); }

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

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

 span { border-color: rgb(145,116,117); }

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