Html Css Color HEX #7E4367 Cosmic

📋 copy color: '#7E4367'

red 126 ◦ green 67 ◦ blue 103

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

Shades of Cosmic #7E4367

Tints of Cosmic #7E4367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.8%

R = 42.57%
G = 22.64%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7E4367 (or 0x7E4367) is known color: Cosmic. HEX triplet: 7E, 43 and 67. RGB value is (126,67,103). Sum of RGB (Red+Green+Blue) = 126+67+103=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4367 is #81BC98. Grayscale: #585858. Windows color (decimal): -8502425 or 6767486. OLE color: 6767486.

HSL color Cylindrical-coordinate representation of color #7E4367: hue angle of 323.39º 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 #7E4367 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 67 103 -
CMYK 0 0.47 0.18 0.51
HSL 323.39º 0.31% 0.38% -
HSV(B) 323.39º 0.47% 0.49% -
XYZ 13.06 9.43 13.96 -
YUV 88.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 126 67 103 0 0.47 0.18 0.51 323.39 0.31 0.38
Hex 7E 43 67 0 2F 12 33 143 1F 26
Octal 176 103 147 0 57 22 63 503 37 46
Binary 1111110 1000011 1100111 0 101111 10010 110011 101000011 11111 100110

Color Harmonies of #7E4367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4367

Black with #7E4367

Text Example


Text Example

White with #7E4367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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