Html Css Color HEX #7C425F Cosmic

📋 copy color: '#7C425F'

red 124 ◦ green 66 ◦ blue 95

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

Shades of Cosmic #7C425F

Tints of Cosmic #7C425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 43.51%
G = 23.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C425F (or 0x7C425F) is known color: Cosmic. HEX triplet: 7C, 42 and 5F. RGB value is (124,66,95). Sum of RGB (Red+Green+Blue) = 124+66+95=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C425F is #83BDA0. Grayscale: #565656. Windows color (decimal): -8633761 or 6242940. OLE color: 6242940.

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

Color convert

RGB 124 66 95 -
CMYK 0 0.47 0.23 0.51
HSL 330º 0.31% 0.37% -
HSV(B) 330º 0.47% 0.49% -
XYZ 12.33 9.01 11.92 -
YUV 86.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 124 66 95 0 0.47 0.23 0.51 330 0.31 0.37
Hex 7C 42 5F 0 2F 17 33 14A 1F 25
Octal 174 102 137 0 57 27 63 512 37 45
Binary 1111100 1000010 1011111 0 101111 10111 110011 101001010 11111 100101

Color Harmonies of #7C425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C425F

Black with #7C425F

Text Example


Text Example

White with #7C425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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