Html Css Color HEX #7C3D69 Cosmic

📋 copy color: '#7C3D69'

red 124 ◦ green 61 ◦ blue 105

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

Shades of Cosmic #7C3D69

Tints of Cosmic #7C3D69

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.03%

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

R = 42.76%
G = 21.03%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C3D69 (or 0x7C3D69) is known color: Cosmic. HEX triplet: 7C, 3D and 69. RGB value is (124,61,105). Sum of RGB (Red+Green+Blue) = 124+61+105=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3D69 is #83C296. Grayscale: #545454. Windows color (decimal): -8635031 or 6897020. OLE color: 6897020.

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

Color convert

RGB 124 61 105 -
CMYK 0 0.51 0.15 0.51
HSL 318.1º 0.34% 0.36% -
HSV(B) 318.1º 0.51% 0.49% -
XYZ 12.53 8.64 14.37 -
YUV 84.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 124 61 105 0 0.51 0.15 0.51 318.1 0.34 0.36
Hex 7C 3D 69 0 33 F 33 13E 22 24
Octal 174 75 151 0 63 17 63 476 42 44
Binary 1111100 111101 1101001 0 110011 1111 110011 100111110 100010 100100

Color Harmonies of #7C3D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3D69

Black with #7C3D69

Text Example


Text Example

White with #7C3D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,61,105); }

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

background-color css

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

 a { background-color: rgb(124,61,105); }

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

border-color css

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

 span { border-color: rgb(124,61,105); }

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