Html Css Color HEX #7C4765 Cosmic

📋 copy color: '#7C4765'

red 124 ◦ green 71 ◦ blue 101

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

Shades of Cosmic #7C4765

Tints of Cosmic #7C4765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 41.89%
G = 23.99%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C4765 (or 0x7C4765) is known color: Cosmic. HEX triplet: 7C, 47 and 65. RGB value is (124,71,101). Sum of RGB (Red+Green+Blue) = 124+71+101=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4765 is #83B89A. Grayscale: #5A5A5A. Windows color (decimal): -8632475 or 6637436. OLE color: 6637436.

HSL color Cylindrical-coordinate representation of color #7C4765: hue angle of 326.04º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C4765 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 71 101 -
CMYK 0 0.43 0.19 0.51
HSL 326.04º 0.27% 0.38% -
HSV(B) 326.04º 0.43% 0.49% -
XYZ 12.91 9.73 13.51 -
YUV 90.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 124 71 101 0 0.43 0.19 0.51 326.04 0.27 0.38
Hex 7C 47 65 0 2B 13 33 146 1B 26
Octal 174 107 145 0 53 23 63 506 33 46
Binary 1111100 1000111 1100101 0 101011 10011 110011 101000110 11011 100110

Color Harmonies of #7C4765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4765

Black with #7C4765

Text Example


Text Example

White with #7C4765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,71,101); }

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

background-color css

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

 a { background-color: rgb(124,71,101); }

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

border-color css

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

 span { border-color: rgb(124,71,101); }

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