Html Css Color HEX #7C4B61 Cosmic

📋 copy color: '#7C4B61'

red 124 ◦ green 75 ◦ blue 97

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

Shades of Cosmic #7C4B61

Tints of Cosmic #7C4B61

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.34%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 41.89%
G = 25.34%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7C4B61 (or 0x7C4B61) is known color: Cosmic. HEX triplet: 7C, 4B and 61. RGB value is (124,75,97). Sum of RGB (Red+Green+Blue) = 124+75+97=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4B61 is #83B49E. Grayscale: #5C5C5C. Windows color (decimal): -8631455 or 6376316. OLE color: 6376316.

HSL color Cylindrical-coordinate representation of color #7C4B61: hue angle of 333.06º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C4B61 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 75 97 -
CMYK 0 0.40 0.22 0.51
HSL 333.06º 0.25% 0.39% -
HSV(B) 333.06º 0.4% 0.49% -
XYZ 12.99 10.18 12.59 -
YUV 92.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 124 75 97 0 0.40 0.22 0.51 333.06 0.25 0.39
Hex 7C 4B 61 0 28 16 33 14D 19 27
Octal 174 113 141 0 50 26 63 515 31 47
Binary 1111100 1001011 1100001 0 101000 10110 110011 101001101 11001 100111

Color Harmonies of #7C4B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4B61

Black with #7C4B61

Text Example


Text Example

White with #7C4B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,75,97); }

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

background-color css

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

 a { background-color: rgb(124,75,97); }

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

border-color css

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

 span { border-color: rgb(124,75,97); }

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