Html Css Color HEX #7E4362 Cosmic

📋 copy color: '#7E4362'

red 126 ◦ green 67 ◦ blue 98

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

Shades of Cosmic #7E4362

Tints of Cosmic #7E4362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

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

R = 43.3%
G = 23.02%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7E4362 (or 0x7E4362) is known color: Cosmic. HEX triplet: 7E, 43 and 62. RGB value is (126,67,98). Sum of RGB (Red+Green+Blue) = 126+67+98=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4362 is #81BC9D. Grayscale: #585858. Windows color (decimal): -8502430 or 6439806. OLE color: 6439806.

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

Color convert

RGB 126 67 98 -
CMYK 0 0.47 0.22 0.51
HSL 328.47º 0.31% 0.38% -
HSV(B) 328.47º 0.47% 0.49% -
XYZ 12.82 9.33 12.68 -
YUV 88.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 126 67 98 0 0.47 0.22 0.51 328.47 0.31 0.38
Hex 7E 43 62 0 2F 16 33 148 1F 26
Octal 176 103 142 0 57 26 63 510 37 46
Binary 1111110 1000011 1100010 0 101111 10110 110011 101001000 11111 100110

Color Harmonies of #7E4362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4362

Black with #7E4362

Text Example


Text Example

White with #7E4362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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