Html Css Color HEX #7E4169 Cosmic

📋 copy color: '#7E4169'

red 126 ◦ green 65 ◦ blue 105

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

Shades of Cosmic #7E4169

Tints of Cosmic #7E4169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

 BLUE value IS 105 (41.41% from 255) = 35.47%

R = 42.57%
G = 21.96%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7E4169 (or 0x7E4169) is known color: Cosmic. HEX triplet: 7E, 41 and 69. RGB value is (126,65,105). Sum of RGB (Red+Green+Blue) = 126+65+105=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4169 is #81BE96. Grayscale: #575757. Windows color (decimal): -8502935 or 6898046. OLE color: 6898046.

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

Color convert

RGB 126 65 105 -
CMYK 0 0.48 0.17 0.51
HSL 320.66º 0.32% 0.37% -
HSV(B) 320.66º 0.48% 0.49% -
XYZ 13.04 9.24 14.46 -
YUV 87.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 126 65 105 0 0.48 0.17 0.51 320.66 0.32 0.37
Hex 7E 41 69 0 30 11 33 141 20 25
Octal 176 101 151 0 60 21 63 501 40 45
Binary 1111110 1000001 1101001 0 110000 10001 110011 101000001 100000 100101

Color Harmonies of #7E4169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4169

Black with #7E4169

Text Example


Text Example

White with #7E4169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,65,105); }

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

background-color css

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

 a { background-color: rgb(126,65,105); }

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

border-color css

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

 span { border-color: rgb(126,65,105); }

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