#967F80

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

Shades of Turkish Rose #967F80

Tints of Turkish Rose #967F80

Color information

#967F80 (or 0x967F80) is unknown color: approx Turkish Rose. HEX triplet: 96, 7F and 80. RGB value is (150,127,128). Sum of RGB (Red+Green+Blue) = 150+127+128=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #967F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F80 is #69807F. Grayscale: #868686. Windows color (decimal): -6914176 or 8421270. OLE color: 8421270.

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

Color convert

RGB150127128-
CMYK00.150.150.41
HSL357.39º9.87%54.31%-
HSV(B)357.39º15.33%58.82%-
XYZ24.0623.2223.64-
YUV133.99124.62139.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=37.04%
G=31.36%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012712800.150.150.41357.399.8754.31
Hex967F800FF29165a36
Octal22617720001717515451266
Binary100101101111111100000000111111111010011011001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967F80; }

 p { color: rgb(150,127,128); }

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

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

 a { background-color: rgb(150,127,128); }

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

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

 span { border-color: rgb(150,127,128); }

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