Html Css Color HEX #7E4762 Cosmic

📋 copy color: '#7E4762'

red 126 ◦ green 71 ◦ blue 98

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

Shades of Cosmic #7E4762

Tints of Cosmic #7E4762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 42.71%
G = 24.07%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7E4762 (or 0x7E4762) is known color: Cosmic. HEX triplet: 7E, 47 and 62. RGB value is (126,71,98). Sum of RGB (Red+Green+Blue) = 126+71+98=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4762 is #81B89D. Grayscale: #5A5A5A. Windows color (decimal): -8501406 or 6440830. OLE color: 6440830.

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

Color convert

RGB 126 71 98 -
CMYK 0 0.44 0.22 0.51
HSL 330.55º 0.28% 0.39% -
HSV(B) 330.55º 0.44% 0.49% -
XYZ 13.06 9.82 12.76 -
YUV 90.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 126 71 98 0 0.44 0.22 0.51 330.55 0.28 0.39
Hex 7E 47 62 0 2C 16 33 14B 1C 27
Octal 176 107 142 0 54 26 63 513 34 47
Binary 1111110 1000111 1100010 0 101100 10110 110011 101001011 11100 100111

Color Harmonies of #7E4762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4762

Black with #7E4762

Text Example


Text Example

White with #7E4762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,71,98); }

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

background-color css

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

 a { background-color: rgb(126,71,98); }

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

border-color css

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

 span { border-color: rgb(126,71,98); }

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