#974B77

Color #974B77 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #974B77

Tints of Cannon Pink #974B77

Color information

#974B77 (or 0x974B77) is unknown color: approx Cannon Pink. HEX triplet: 97, 4B and 77. RGB value is (151,75,119). Sum of RGB (Red+Green+Blue) = 151+75+119=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #974B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B77 is #68B488. Grayscale: #666666. Windows color (decimal): -6861961 or 7818135. OLE color: 7818135.

HSL color Cylindrical-coordinate representation of color #974B77: hue angle of 325.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974B77 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15175119-
CMYK00.500.210.41
HSL325.26º33.63%44.31%-
HSV(B)325.26º50.33%59.22%-
XYZ18.6112.9418.97-
YUV102.74137.18162.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=43.77%
G=21.74%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517511900.500.210.41325.2633.6344.31
Hex974B770321529145222c
Octal22711316706225515054254
Binary1001011110010111110111011001010101101001101000101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974B77; }

 p { color: rgb(151,75,119); }

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

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

 a { background-color: rgb(151,75,119); }

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

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

 span { border-color: rgb(151,75,119); }

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