Html Css Color HEX #7C3B68 Cosmic

📋 copy color: '#7C3B68'

red 124 ◦ green 59 ◦ blue 104

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

Shades of Cosmic #7C3B68

Tints of Cosmic #7C3B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.56%

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

R = 43.21%
G = 20.56%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C3B68 (or 0x7C3B68) is known color: Cosmic. HEX triplet: 7C, 3B and 68. RGB value is (124,59,104). Sum of RGB (Red+Green+Blue) = 124+59+104=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3B68 is #83C497. Grayscale: #535353. Windows color (decimal): -8635544 or 6830972. OLE color: 6830972.

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

Color convert

RGB 124 59 104 -
CMYK 0 0.52 0.16 0.51
HSL 318.46º 0.36% 0.36% -
HSV(B) 318.46º 0.52% 0.49% -
XYZ 12.37 8.41 14.07 -
YUV 83.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 124 59 104 0 0.52 0.16 0.51 318.46 0.36 0.36
Hex 7C 3B 68 0 34 10 33 13E 24 24
Octal 174 73 150 0 64 20 63 476 44 44
Binary 1111100 111011 1101000 0 110100 10000 110011 100111110 100100 100100

Color Harmonies of #7C3B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3B68

Black with #7C3B68

Text Example


Text Example

White with #7C3B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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