Html Css Color HEX #7C4F6D Cosmic

📋 copy color: '#7C4F6D'

red 124 ◦ green 79 ◦ blue 109

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

Shades of Cosmic #7C4F6D

Tints of Cosmic #7C4F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.32%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 39.74%
G = 25.32%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C4F6D (or 0x7C4F6D) is known color: Cosmic. HEX triplet: 7C, 4F and 6D. RGB value is (124,79,109). Sum of RGB (Red+Green+Blue) = 124+79+109=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F6D is #83B092. Grayscale: #5F5F5F. Windows color (decimal): -8630419 or 7163772. OLE color: 7163772.

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

Color convert

RGB 124 79 109 -
CMYK 0 0.36 0.12 0.51
HSL 320º 0.22% 0.4% -
HSV(B) 320º 0.36% 0.49% -
XYZ 13.87 10.98 15.86 -
YUV 95.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 124 79 109 0 0.36 0.12 0.51 320 0.22 0.4
Hex 7C 4F 6D 0 24 C 33 140 16 28
Octal 174 117 155 0 44 14 63 500 26 50
Binary 1111100 1001111 1101101 0 100100 1100 110011 101000000 10110 101000

Color Harmonies of #7C4F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4F6D

Black with #7C4F6D

Text Example


Text Example

White with #7C4F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,79,109); }

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

background-color css

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

 a { background-color: rgb(124,79,109); }

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

border-color css

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

 span { border-color: rgb(124,79,109); }

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