Html Css Color HEX #7E426B Cosmic

📋 copy color: '#7E426B'

red 126 ◦ green 66 ◦ blue 107

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

Shades of Cosmic #7E426B

Tints of Cosmic #7E426B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 42.14%
G = 22.07%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7E426B (or 0x7E426B) is known color: Cosmic. HEX triplet: 7E, 42 and 6B. RGB value is (126,66,107). Sum of RGB (Red+Green+Blue) = 126+66+107=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E426B is #81BD94. Grayscale: #585858. Windows color (decimal): -8502677 or 7029374. OLE color: 7029374.

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

Color convert

RGB 126 66 107 -
CMYK 0 0.48 0.15 0.51
HSL 319º 0.31% 0.38% -
HSV(B) 319º 0.48% 0.49% -
XYZ 13.21 9.39 15.03 -
YUV 88.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 126 66 107 0 0.48 0.15 0.51 319 0.31 0.38
Hex 7E 42 6B 0 30 F 33 13F 1F 26
Octal 176 102 153 0 60 17 63 477 37 46
Binary 1111110 1000010 1101011 0 110000 1111 110011 100111111 11111 100110

Color Harmonies of #7E426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E426B

Black with #7E426B

Text Example


Text Example

White with #7E426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,66,107); }

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

background-color css

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

 a { background-color: rgb(126,66,107); }

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

border-color css

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

 span { border-color: rgb(126,66,107); }

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