Html Css Color HEX #7C426C Cosmic

📋 copy color: '#7C426C'

red 124 ◦ green 66 ◦ blue 108

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

Shades of Cosmic #7C426C

Tints of Cosmic #7C426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 41.61%
G = 22.15%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C426C (or 0x7C426C) is known color: Cosmic. HEX triplet: 7C, 42 and 6C. RGB value is (124,66,108). Sum of RGB (Red+Green+Blue) = 124+66+108=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C426C is #83BD93. Grayscale: #585858. Windows color (decimal): -8633748 or 7094908. OLE color: 7094908.

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

Color convert

RGB 124 66 108 -
CMYK 0 0.47 0.13 0.51
HSL 316.55º 0.31% 0.37% -
HSV(B) 316.55º 0.47% 0.49% -
XYZ 12.97 9.26 15.29 -
YUV 88.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 124 66 108 0 0.47 0.13 0.51 316.55 0.31 0.37
Hex 7C 42 6C 0 2F D 33 13D 1F 25
Octal 174 102 154 0 57 15 63 475 37 45
Binary 1111100 1000010 1101100 0 101111 1101 110011 100111101 11111 100101

Color Harmonies of #7C426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C426C

Black with #7C426C

Text Example


Text Example

White with #7C426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,66,108); }

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

background-color css

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

 a { background-color: rgb(124,66,108); }

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

border-color css

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

 span { border-color: rgb(124,66,108); }

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