#907778

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

Shades of Turkish Rose #907778

Tints of Turkish Rose #907778

Color information

#907778 (or 0x907778) is unknown color: approx Turkish Rose. HEX triplet: 90, 77 and 78. RGB value is (144,119,120). Sum of RGB (Red+Green+Blue) = 144+119+120=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #907778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907778 is #6F8887. Grayscale: #7E7E7E. Windows color (decimal): -7309448 or 7894928. OLE color: 7894928.

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

Color convert

RGB144119120-
CMYK00.170.170.44
HSL357.6º10.12%51.57%-
HSV(B)357.6º17.36%56.47%-
XYZ21.4920.4820.59-
YUV126.59124.28140.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=37.60%
G=31.07%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411912000.170.170.44357.610.1251.57
Hex907778011112C166a34
Octal22016717002121545461264
Binary1001000011101111111000010001100011011001011001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907778; }

 p { color: rgb(144,119,120); }

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

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

 a { background-color: rgb(144,119,120); }

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

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

 span { border-color: rgb(144,119,120); }

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