Html Css Color HEX #7C445C Cosmic

📋 copy color: '#7C445C'

red 124 ◦ green 68 ◦ blue 92

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

Shades of Cosmic #7C445C

Tints of Cosmic #7C445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 43.66%
G = 23.94%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7C445C (or 0x7C445C) is known color: Cosmic. HEX triplet: 7C, 44 and 5C. RGB value is (124,68,92). Sum of RGB (Red+Green+Blue) = 124+68+92=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C445C is #83BBA3. Grayscale: #575757. Windows color (decimal): -8633252 or 6046844. OLE color: 6046844.

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

Color convert

RGB 124 68 92 -
CMYK 0 0.45 0.26 0.51
HSL 334.29º 0.29% 0.38% -
HSV(B) 334.29º 0.45% 0.49% -
XYZ 12.31 9.19 11.25 -
YUV 87.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 124 68 92 0 0.45 0.26 0.51 334.29 0.29 0.38
Hex 7C 44 5C 0 2D 1A 33 14E 1D 26
Octal 174 104 134 0 55 32 63 516 35 46
Binary 1111100 1000100 1011100 0 101101 11010 110011 101001110 11101 100110

Color Harmonies of #7C445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C445C

Black with #7C445C

Text Example


Text Example

White with #7C445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,68,92); }

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

background-color css

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

 a { background-color: rgb(124,68,92); }

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

border-color css

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

 span { border-color: rgb(124,68,92); }

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