#967B7E

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

Shades of Turkish Rose #967B7E

Tints of Turkish Rose #967B7E

Color information

#967B7E (or 0x967B7E) is unknown color: approx Turkish Rose. HEX triplet: 96, 7B and 7E. RGB value is (150,123,126). Sum of RGB (Red+Green+Blue) = 150+123+126=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B7E is #698481. Grayscale: #838383. Windows color (decimal): -6915202 or 8289174. OLE color: 8289174.

HSL color Cylindrical-coordinate representation of color #967B7E: hue angle of 353.33º 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 #967B7E is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB150123126-
CMYK00.180.160.41
HSL353.33º11.39%53.53%-
HSV(B)353.33º18%58.82%-
XYZ23.4322.1622.78-
YUV131.42124.95141.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=37.59%
G=30.83%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012312600.180.160.41353.3311.3953.53
Hex967B7E0121029161b36
Octal22617317602220515411366
Binary1001011011110111111110010010100001010011011000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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