#97747A

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

Shades of Turkish Rose #97747A

Tints of Turkish Rose #97747A

Color information

#97747A (or 0x97747A) is unknown color: approx Turkish Rose. HEX triplet: 97, 74 and 7A. RGB value is (151,116,122). Sum of RGB (Red+Green+Blue) = 151+116+122=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #97747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97747A is #688B85. Grayscale: #7F7F7F. Windows color (decimal): -6851462 or 8025239. OLE color: 8025239.

HSL color Cylindrical-coordinate representation of color #97747A: hue angle of 349.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97747A is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB151116122-
CMYK00.230.190.41
HSL349.71º14.4%52.35%-
HSV(B)349.71º23.18%59.22%-
XYZ22.5220.4821.18-
YUV127.15125.1145.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=38.82%
G=29.82%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111612200.230.190.41349.7114.452.35
Hex97747A017132915ee34
Octal22716417202723515361664
Binary1001011111101001111010010111100111010011010111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97747A; }

 p { color: rgb(151,116,122); }

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

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

 a { background-color: rgb(151,116,122); }

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

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

 span { border-color: rgb(151,116,122); }

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