Html Css Color HEX #7C4062 Cosmic

📋 copy color: '#7C4062'

red 124 ◦ green 64 ◦ blue 98

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

Shades of Cosmic #7C4062

Tints of Cosmic #7C4062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

 BLUE value IS 98 (38.67% from 255) = 34.27%

R = 43.36%
G = 22.38%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7C4062 (or 0x7C4062) is known color: Cosmic. HEX triplet: 7C, 40 and 62. RGB value is (124,64,98). Sum of RGB (Red+Green+Blue) = 124+64+98=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4062 is #83BF9D. Grayscale: #555555. Windows color (decimal): -8634270 or 6439036. OLE color: 6439036.

HSL color Cylindrical-coordinate representation of color #7C4062: hue angle of 326º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C4062 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 64 98 -
CMYK 0 0.48 0.21 0.51
HSL 326º 0.32% 0.37% -
HSV(B) 326º 0.48% 0.49% -
XYZ 12.35 8.83 12.61 -
YUV 85.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 124 64 98 0 0.48 0.21 0.51 326 0.32 0.37
Hex 7C 40 62 0 30 15 33 146 20 25
Octal 174 100 142 0 60 25 63 506 40 45
Binary 1111100 1000000 1100010 0 110000 10101 110011 101000110 100000 100101

Color Harmonies of #7C4062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4062

Black with #7C4062

Text Example


Text Example

White with #7C4062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,64,98); }

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

background-color css

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

 a { background-color: rgb(124,64,98); }

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

border-color css

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

 span { border-color: rgb(124,64,98); }

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