Html Css Color HEX #7E3860 Cosmic

📋 copy color: '#7E3860'

red 126 ◦ green 56 ◦ blue 96

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

Shades of Cosmic #7E3860

Tints of Cosmic #7E3860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.14%

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 45.32%
G = 20.14%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7E3860 (or 0x7E3860) is known color: Cosmic. HEX triplet: 7E, 38 and 60. RGB value is (126,56,96). Sum of RGB (Red+Green+Blue) = 126+56+96=278 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.32% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3860 is #81C79F. Grayscale: #515151. Windows color (decimal): -8505248 or 6305918. OLE color: 6305918.

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

Color convert

RGB 126 56 96 -
CMYK 0 0.56 0.24 0.51
HSL 325.71º 0.38% 0.36% -
HSV(B) 325.71º 0.56% 0.49% -
XYZ 12.13 8.11 11.99 -
YUV 81.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 126 56 96 0 0.56 0.24 0.51 325.71 0.38 0.36
Hex 7E 38 60 0 38 18 33 146 26 24
Octal 176 70 140 0 70 30 63 506 46 44
Binary 1111110 111000 1100000 0 111000 11000 110011 101000110 100110 100100

Color Harmonies of #7E3860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3860

Black with #7E3860

Text Example


Text Example

White with #7E3860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,56,96); }

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

background-color css

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

 a { background-color: rgb(126,56,96); }

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

border-color css

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

 span { border-color: rgb(126,56,96); }

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