Html Css Color HEX #7C4F68 Cosmic

📋 copy color: '#7C4F68'

red 124 ◦ green 79 ◦ blue 104

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

Shades of Cosmic #7C4F68

Tints of Cosmic #7C4F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 40.39%
G = 25.73%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C4F68 (or 0x7C4F68) is known color: Cosmic. HEX triplet: 7C, 4F and 68. RGB value is (124,79,104). Sum of RGB (Red+Green+Blue) = 124+79+104=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F68 is #83B097. Grayscale: #5F5F5F. Windows color (decimal): -8630424 or 6836092. OLE color: 6836092.

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

Color convert

RGB 124 79 104 -
CMYK 0 0.36 0.16 0.51
HSL 326.67º 0.22% 0.4% -
HSV(B) 326.67º 0.36% 0.49% -
XYZ 13.61 10.88 14.48 -
YUV 95.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 124 79 104 0 0.36 0.16 0.51 326.67 0.22 0.4
Hex 7C 4F 68 0 24 10 33 147 16 28
Octal 174 117 150 0 44 20 63 507 26 50
Binary 1111100 1001111 1101000 0 100100 10000 110011 101000111 10110 101000

Color Harmonies of #7C4F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4F68

Black with #7C4F68

Text Example


Text Example

White with #7C4F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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