#907475

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

Shades of Turkish Rose #907475

Tints of Turkish Rose #907475

Color information

#907475 (or 0x907475) is unknown color: approx Turkish Rose. HEX triplet: 90, 74 and 75. RGB value is (144,116,117). Sum of RGB (Red+Green+Blue) = 144+116+117=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #907475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907475 is #6F8B8A. Grayscale: #7C7C7C. Windows color (decimal): -7310219 or 7697552. OLE color: 7697552.

HSL color Cylindrical-coordinate representation of color #907475: hue angle of 357.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #907475 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB144116117-
CMYK00.190.190.44
HSL357.86º11.2%50.98%-
HSV(B)357.86º19.44%56.47%-
XYZ20.9619.719.53-
YUV124.49123.78141.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=38.20%
G=30.77%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411611700.190.190.44357.8611.250.98
Hex907475013132C166b33
Octal22016416502323545461363
Binary1001000011101001110101010011100111011001011001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907475; }

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

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

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

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

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

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

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

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