#978182

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

Shades of Turkish Rose #978182

Tints of Turkish Rose #978182

Color information

#978182 (or 0x978182) is unknown color: approx Turkish Rose. HEX triplet: 97, 81 and 82. RGB value is (151,129,130). Sum of RGB (Red+Green+Blue) = 151+129+130=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #978182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978182 is #687E7D. Grayscale: #878787. Windows color (decimal): -6848126 or 8552855. OLE color: 8552855.

HSL color Cylindrical-coordinate representation of color #978182: hue angle of 357.27º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #978182 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB151129130-
CMYK00.150.140.41
HSL357.27º9.57%54.9%-
HSV(B)357.27º14.57%59.22%-
XYZ24.6423.8924.43-
YUV135.69124.79138.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.83%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 130 (51.17% from 255) = 31.71%
R=36.83%
G=31.46%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112913000.150.140.41357.279.5754.9
Hex9781820FE29165a37
Octal22720120201716515451267
Binary1001011110000001100000100111111101010011011001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978182; }

 p { color: rgb(151,129,130); }

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

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

 a { background-color: rgb(151,129,130); }

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

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

 span { border-color: rgb(151,129,130); }

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