Html Css Color HEX #7C4262 Cosmic

📋 copy color: '#7C4262'

red 124 ◦ green 66 ◦ blue 98

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

Shades of Cosmic #7C4262

Tints of Cosmic #7C4262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

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

R = 43.06%
G = 22.92%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7C4262 (or 0x7C4262) is known color: Cosmic. HEX triplet: 7C, 42 and 62. RGB value is (124,66,98). Sum of RGB (Red+Green+Blue) = 124+66+98=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4262 is #83BD9D. Grayscale: #565656. Windows color (decimal): -8633758 or 6439548. OLE color: 6439548.

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

Color convert

RGB 124 66 98 -
CMYK 0 0.47 0.21 0.51
HSL 326.9º 0.31% 0.37% -
HSV(B) 326.9º 0.47% 0.49% -
XYZ 12.47 9.06 12.65 -
YUV 86.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 124 66 98 0 0.47 0.21 0.51 326.9 0.31 0.37
Hex 7C 42 62 0 2F 15 33 147 1F 25
Octal 174 102 142 0 57 25 63 507 37 45
Binary 1111100 1000010 1100010 0 101111 10101 110011 101000111 11111 100101

Color Harmonies of #7C4262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4262

Black with #7C4262

Text Example


Text Example

White with #7C4262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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