#967177

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

Shades of Turkish Rose #967177

Tints of Turkish Rose #967177

Color information

#967177 (or 0x967177) is unknown color: approx Turkish Rose. HEX triplet: 96, 71 and 77. RGB value is (150,113,119). Sum of RGB (Red+Green+Blue) = 150+113+119=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #967177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967177 is #698E88. Grayscale: #7C7C7C. Windows color (decimal): -6917769 or 7827862. OLE color: 7827862.

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

Color convert

RGB150113119-
CMYK00.250.210.41
HSL350.27º14.98%51.57%-
HSV(B)350.27º24.67%58.82%-
XYZ21.8119.6320.09-
YUV124.75124.76146.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=39.27%
G=29.58%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011311900.250.210.41350.2714.9851.57
Hex967177019152915ef34
Octal22616116703125515361764
Binary1001011011100011110111011001101011010011010111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967177; }

 p { color: rgb(150,113,119); }

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

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

 a { background-color: rgb(150,113,119); }

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

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

 span { border-color: rgb(150,113,119); }

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