Html Css Color HEX #7C4456 Cosmic

📋 copy color: '#7C4456'

red 124 ◦ green 68 ◦ blue 86

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

Shades of Cosmic #7C4456

Tints of Cosmic #7C4456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 44.6%
G = 24.46%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C4456 (or 0x7C4456) is known color: Cosmic. HEX triplet: 7C, 44 and 56. RGB value is (124,68,86). Sum of RGB (Red+Green+Blue) = 124+68+86=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4456 is #83BBA9. Grayscale: #565656. Windows color (decimal): -8633258 or 5653628. OLE color: 5653628.

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

Color convert

RGB 124 68 86 -
CMYK 0 0.45 0.31 0.51
HSL 340.71º 0.29% 0.38% -
HSV(B) 340.71º 0.45% 0.49% -
XYZ 12.06 9.09 9.92 -
YUV 86.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 124 68 86 0 0.45 0.31 0.51 340.71 0.29 0.38
Hex 7C 44 56 0 2D 1F 33 155 1D 26
Octal 174 104 126 0 55 37 63 525 35 46
Binary 1111100 1000100 1010110 0 101101 11111 110011 101010101 11101 100110

Color Harmonies of #7C4456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4456

Black with #7C4456

Text Example


Text Example

White with #7C4456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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