#967D7F

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

Shades of Turkish Rose #967D7F

Tints of Turkish Rose #967D7F

Color information

#967D7F (or 0x967D7F) is unknown color: approx Turkish Rose. HEX triplet: 96, 7D and 7F. RGB value is (150,125,127). Sum of RGB (Red+Green+Blue) = 150+125+127=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #967D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D7F is #698280. Grayscale: #848484. Windows color (decimal): -6914689 or 8355222. OLE color: 8355222.

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

Color convert

RGB150125127-
CMYK00.170.150.41
HSL355.2º10.64%53.92%-
HSV(B)355.2º16.67%58.82%-
XYZ23.7422.6823.21-
YUV132.7124.78140.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 127 (50% from 255) = 31.59%
R=37.31%
G=31.09%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012512700.170.150.41355.210.6453.92
Hex967D7F011F29163b36
Octal22617517702117515431366
Binary100101101111101111111101000111111010011011000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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