Html Css Color HEX #7F5761 Cannon Pink

📋 copy color: '#7F5761'

red 127 ◦ green 87 ◦ blue 97

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

Shades of Cannon Pink #7F5761

Tints of Cannon Pink #7F5761

RGB

 RED value IS 127 (50% from 255) = 40.84%

 GREEN value IS 87 (34.38% from 255) = 27.97%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 40.84%
G = 27.97%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F5761 (or 0x7F5761) is known color: Cannon Pink. HEX triplet: 7F, 57 and 61. RGB value is (127,87,97). Sum of RGB (Red+Green+Blue) = 127+87+97=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5761 is #80A89E. Grayscale: #646464. Windows color (decimal): -8431775 or 6379391. OLE color: 6379391.

HSL color Cylindrical-coordinate representation of color #7F5761: hue angle of 345º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F5761 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 87 97 -
CMYK 0 0.31 0.24 0.50
HSL 345º 0.19% 0.42% -
HSV(B) 345º 0.31% 0.5% -
XYZ 14.32 12.19 12.91 -
YUV 100.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 127 87 97 0 0.31 0.24 0.50 345 0.19 0.42
Hex 7F 57 61 0 1F 18 32 159 13 2A
Octal 177 127 141 0 37 30 62 531 23 52
Binary 1111111 1010111 1100001 0 11111 11000 110010 101011001 10011 101010

Color Harmonies of #7F5761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5761

Black with #7F5761

Text Example


Text Example

White with #7F5761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5761; }

 p { color: rgb(127,87,97); }

 H1.HeaderClassName
 {
   color: #7F5761;
 }
 .AnyTagClassName
 {
   color: #7F5761;
 }
</style>

background-color css

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

 a { background-color: rgb(127,87,97); }

 div.DivClassName
 {
   background-color: #7F5761;
 }
 .BgClassName
 {
   background-color: #7F5761;
 }
</style>

border-color css

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

 span { border-color: rgb(127,87,97); }

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