Html Css Color HEX #7E5661 Cosmic

📋 copy color: '#7E5661'

red 126 ◦ green 86 ◦ blue 97

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

Shades of Cosmic #7E5661

Tints of Cosmic #7E5661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

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

R = 40.78%
G = 27.83%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7E5661 (or 0x7E5661) is known color: Cosmic. HEX triplet: 7E, 56 and 61. RGB value is (126,86,97). Sum of RGB (Red+Green+Blue) = 126+86+97=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5661 is #81A99E. Grayscale: #636363. Windows color (decimal): -8497567 or 6379134. OLE color: 6379134.

HSL color Cylindrical-coordinate representation of color #7E5661: hue angle of 343.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E5661 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 86 97 -
CMYK 0 0.32 0.23 0.51
HSL 343.5º 0.19% 0.42% -
HSV(B) 343.5º 0.32% 0.49% -
XYZ 14.09 11.95 12.87 -
YUV 99.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 126 86 97 0 0.32 0.23 0.51 343.5 0.19 0.42
Hex 7E 56 61 0 20 17 33 158 13 2A
Octal 176 126 141 0 40 27 63 530 23 52
Binary 1111110 1010110 1100001 0 100000 10111 110011 101011000 10011 101010

Color Harmonies of #7E5661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5661

Black with #7E5661

Text Example


Text Example

White with #7E5661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,86,97); }

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

background-color css

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

 a { background-color: rgb(126,86,97); }

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

border-color css

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

 span { border-color: rgb(126,86,97); }

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