Html Css Color HEX #7C3F67 Cosmic

📋 copy color: '#7C3F67'

red 124 ◦ green 63 ◦ blue 103

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

Shades of Cosmic #7C3F67

Tints of Cosmic #7C3F67

RGB

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

 GREEN value IS 63 (25% from 255) = 21.72%

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

R = 42.76%
G = 21.72%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7C3F67 (or 0x7C3F67) is known color: Cosmic. HEX triplet: 7C, 3F and 67. RGB value is (124,63,103). Sum of RGB (Red+Green+Blue) = 124+63+103=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3F67 is #83C098. Grayscale: #555555. Windows color (decimal): -8634521 or 6766460. OLE color: 6766460.

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

Color convert

RGB 124 63 103 -
CMYK 0 0.49 0.17 0.51
HSL 320.66º 0.33% 0.37% -
HSV(B) 320.66º 0.49% 0.49% -
XYZ 12.54 8.82 13.87 -
YUV 85.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 124 63 103 0 0.49 0.17 0.51 320.66 0.33 0.37
Hex 7C 3F 67 0 31 11 33 141 21 25
Octal 174 77 147 0 61 21 63 501 41 45
Binary 1111100 111111 1100111 0 110001 10001 110011 101000001 100001 100101

Color Harmonies of #7C3F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3F67

Black with #7C3F67

Text Example


Text Example

White with #7C3F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,63,103); }

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

background-color css

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

 a { background-color: rgb(124,63,103); }

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

border-color css

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

 span { border-color: rgb(124,63,103); }

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