#907072

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

Shades of Turkish Rose #907072

Tints of Turkish Rose #907072

Color information

#907072 (or 0x907072) is unknown color: approx Turkish Rose. HEX triplet: 90, 70 and 72. RGB value is (144,112,114). Sum of RGB (Red+Green+Blue) = 144+112+114=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #907072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907072 is #6F8F8D. Grayscale: #797979. Windows color (decimal): -7311246 or 7499920. OLE color: 7499920.

HSL color Cylindrical-coordinate representation of color #907072: hue angle of 356.25º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907072 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB144112114-
CMYK00.220.210.44
HSL356.25º12.6%50.2%-
HSV(B)356.25º22.22%56.47%-
XYZ20.3318.7318.46-
YUV121.8123.6143.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=38.92%
G=30.27%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411211400.220.210.44356.2512.650.2
Hex907072016152C164d32
Octal22016016202625545441562
Binary1001000011100001110010010110101011011001011001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907072; }

 p { color: rgb(144,112,114); }

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

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

 a { background-color: rgb(144,112,114); }

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

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

 span { border-color: rgb(144,112,114); }

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