#967B7C

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

Shades of Turkish Rose #967B7C

Tints of Turkish Rose #967B7C

Color information

#967B7C (or 0x967B7C) is unknown color: approx Turkish Rose. HEX triplet: 96, 7B and 7C. RGB value is (150,123,124). Sum of RGB (Red+Green+Blue) = 150+123+124=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #967B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B7C is #698483. Grayscale: #838383. Windows color (decimal): -6915204 or 8158102. OLE color: 8158102.

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

Color convert

RGB150123124-
CMYK00.180.170.41
HSL357.78º11.39%53.53%-
HSV(B)357.78º18%58.82%-
XYZ23.322.1122.11-
YUV131.19123.95141.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=37.78%
G=30.98%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012312400.180.170.41357.7811.3953.53
Hex967B7C0121129166b36
Octal22617317402221515461366
Binary1001011011110111111100010010100011010011011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,123,124); }

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

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

 a { background-color: rgb(150,123,124); }

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

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

 span { border-color: rgb(150,123,124); }

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