#967477

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

Shades of Turkish Rose #967477

Tints of Turkish Rose #967477

Color information

#967477 (or 0x967477) is unknown color: approx Turkish Rose. HEX triplet: 96, 74 and 77. RGB value is (150,116,119). Sum of RGB (Red+Green+Blue) = 150+116+119=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #967477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967477 is #698B88. Grayscale: #7E7E7E. Windows color (decimal): -6917001 or 7828630. OLE color: 7828630.

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

Color convert

RGB150116119-
CMYK00.230.210.41
HSL354.71º13.93%52.16%-
HSV(B)354.71º22.67%58.82%-
XYZ22.1520.3120.2-
YUV126.51123.76144.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=38.96%
G=30.13%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011611900.230.210.41354.7113.9352.16
Hex9674770171529163e34
Octal22616416702725515431664
Binary1001011011101001110111010111101011010011011000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967477; }

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

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

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

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

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

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

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

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