Html Css Color HEX #7C3E65 Cosmic

📋 copy color: '#7C3E65'

red 124 ◦ green 62 ◦ blue 101

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

Shades of Cosmic #7C3E65

Tints of Cosmic #7C3E65

RGB

 RED value IS 124 (48.83% from 255) = 43.21%

 GREEN value IS 62 (24.61% from 255) = 21.6%

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 43.21%
G = 21.6%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C3E65 (or 0x7C3E65) is known color: Cosmic. HEX triplet: 7C, 3E and 65. RGB value is (124,62,101). Sum of RGB (Red+Green+Blue) = 124+62+101=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E65 is #83C19A. Grayscale: #545454. Windows color (decimal): -8634779 or 6635132. OLE color: 6635132.

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

Color convert

RGB 124 62 101 -
CMYK 0 0.5 0.19 0.51
HSL 322.26º 0.33% 0.36% -
HSV(B) 322.26º 0.5% 0.49% -
XYZ 12.38 8.67 13.33 -
YUV 84.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 124 62 101 0 0.5 0.19 0.51 322.26 0.33 0.36
Hex 7C 3E 65 0 32 13 33 142 21 24
Octal 174 76 145 0 62 23 63 502 41 44
Binary 1111100 111110 1100101 0 110010 10011 110011 101000010 100001 100100

Color Harmonies of #7C3E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3E65

Black with #7C3E65

Text Example


Text Example

White with #7C3E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,62,101); }

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

background-color css

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

 a { background-color: rgb(124,62,101); }

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

border-color css

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

 span { border-color: rgb(124,62,101); }

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