Html Css Color HEX #974B77 Cannon Pink

📋 copy color: '#974B77'

red 151 ◦ green 75 ◦ blue 119

#974B77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #974B77

Tints of Cannon Pink #974B77

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 value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#974B77 (or 0x974B77) is known color: 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

RGB 151 75 119 -
CMYK 0 0.50 0.21 0.41
HSL 325.26º 0.34% 0.44% -
HSV(B) 325.26º 0.5% 0.59% -
XYZ 18.61 12.94 18.97 -
YUV 102.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 151 75 119 0 0.50 0.21 0.41 325.26 0.34 0.44
Hex 97 4B 77 0 32 15 29 145 22 2C
Octal 227 113 167 0 62 25 51 505 42 54
Binary 10010111 1001011 1110111 0 110010 10101 101001 101000101 100010 101100

Color Harmonies of #974B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974B77

Black with #974B77

Text Example


Text Example

White with #974B77

Text Example


Text Example

HTML Codes & Css Web 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>