Html Css Color HEX #7E3763 Cosmic

📋 copy color: '#7E3763'

red 126 ◦ green 55 ◦ blue 99

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

Shades of Cosmic #7E3763

Tints of Cosmic #7E3763

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.64%

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 45%
G = 19.64%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E3763 (or 0x7E3763) is known color: Cosmic. HEX triplet: 7E, 37 and 63. RGB value is (126,55,99). Sum of RGB (Red+Green+Blue) = 126+55+99=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3763 is #81C89C. Grayscale: #515151. Windows color (decimal): -8505501 or 6502270. OLE color: 6502270.

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

Color convert

RGB 126 55 99 -
CMYK 0 0.56 0.21 0.51
HSL 322.82º 0.39% 0.35% -
HSV(B) 322.82º 0.56% 0.49% -
XYZ 12.22 8.07 12.72 -
YUV 81.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 126 55 99 0 0.56 0.21 0.51 322.82 0.39 0.35
Hex 7E 37 63 0 38 15 33 143 27 23
Octal 176 67 143 0 70 25 63 503 47 43
Binary 1111110 110111 1100011 0 111000 10101 110011 101000011 100111 100011

Color Harmonies of #7E3763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3763

Black with #7E3763

Text Example


Text Example

White with #7E3763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,55,99); }

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

background-color css

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

 a { background-color: rgb(126,55,99); }

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

border-color css

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

 span { border-color: rgb(126,55,99); }

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