Html Css Color HEX #7C425C Cosmic

📋 copy color: '#7C425C'

red 124 ◦ green 66 ◦ blue 92

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

Shades of Cosmic #7C425C

Tints of Cosmic #7C425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 43.97%
G = 23.4%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7C425C (or 0x7C425C) is known color: Cosmic. HEX triplet: 7C, 42 and 5C. RGB value is (124,66,92). Sum of RGB (Red+Green+Blue) = 124+66+92=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C425C is #83BDA3. Grayscale: #565656. Windows color (decimal): -8633764 or 6046332. OLE color: 6046332.

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

Color convert

RGB 124 66 92 -
CMYK 0 0.47 0.26 0.51
HSL 333.1º 0.31% 0.37% -
HSV(B) 333.1º 0.47% 0.49% -
XYZ 12.19 8.95 11.21 -
YUV 86.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 124 66 92 0 0.47 0.26 0.51 333.1 0.31 0.37
Hex 7C 42 5C 0 2F 1A 33 14D 1F 25
Octal 174 102 134 0 57 32 63 515 37 45
Binary 1111100 1000010 1011100 0 101111 11010 110011 101001101 11111 100101

Color Harmonies of #7C425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C425C

Black with #7C425C

Text Example


Text Example

White with #7C425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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