#967A7E

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

Shades of Turkish Rose #967A7E

Tints of Turkish Rose #967A7E

Color information

#967A7E (or 0x967A7E) is unknown color: approx Turkish Rose. HEX triplet: 96, 7A and 7E. RGB value is (150,122,126). Sum of RGB (Red+Green+Blue) = 150+122+126=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A7E is #698581. Grayscale: #828282. Windows color (decimal): -6915458 or 8288918. OLE color: 8288918.

HSL color Cylindrical-coordinate representation of color #967A7E: hue angle of 351.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967A7E is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB150122126-
CMYK00.190.160.41
HSL351.43º11.76%53.33%-
HSV(B)351.43º18.67%58.82%-
XYZ23.321.9122.74-
YUV130.83125.28141.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=37.69%
G=30.65%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012212600.190.160.41351.4311.7653.33
Hex967A7E013102915fc35
Octal22617217602320515371465
Binary1001011011110101111110010011100001010011010111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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