Html Css Color HEX #7E5B64 Cannon Pink

📋 copy color: '#7E5B64'

red 126 ◦ green 91 ◦ blue 100

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

Shades of Cannon Pink #7E5B64

Tints of Cannon Pink #7E5B64

RGB

 RED value IS 126 (49.61% from 255) = 39.75%

 GREEN value IS 91 (35.94% from 255) = 28.71%

 BLUE value IS 100 (39.45% from 255) = 31.55%

R = 39.75%
G = 28.71%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E5B64 (or 0x7E5B64) is known color: Cannon Pink. HEX triplet: 7E, 5B and 64. RGB value is (126,91,100). Sum of RGB (Red+Green+Blue) = 126+91+100=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5B64 is #81A49B. Grayscale: #666666. Windows color (decimal): -8496284 or 6577022. OLE color: 6577022.

HSL color Cylindrical-coordinate representation of color #7E5B64: hue angle of 344.57º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E5B64 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 91 100 -
CMYK 0 0.28 0.21 0.51
HSL 344.57º 0.16% 0.43% -
HSV(B) 344.57º 0.28% 0.49% -
XYZ 14.65 12.84 13.76 -
YUV 102.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 126 91 100 0 0.28 0.21 0.51 344.57 0.16 0.43
Hex 7E 5B 64 0 1C 15 33 159 10 2B
Octal 176 133 144 0 34 25 63 531 20 53
Binary 1111110 1011011 1100100 0 11100 10101 110011 101011001 10000 101011

Color Harmonies of #7E5B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5B64

Black with #7E5B64

Text Example


Text Example

White with #7E5B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,91,100); }

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

background-color css

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

 a { background-color: rgb(126,91,100); }

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

border-color css

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

 span { border-color: rgb(126,91,100); }

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