Html Css Color HEX #7C4057 Cosmic

📋 copy color: '#7C4057'

red 124 ◦ green 64 ◦ blue 87

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

Shades of Cosmic #7C4057

Tints of Cosmic #7C4057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.64%

R = 45.09%
G = 23.27%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7C4057 (or 0x7C4057) is known color: Cosmic. HEX triplet: 7C, 40 and 57. RGB value is (124,64,87). Sum of RGB (Red+Green+Blue) = 124+64+87=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4057 is #83BFA8. Grayscale: #545454. Windows color (decimal): -8634281 or 5718140. OLE color: 5718140.

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

Color convert

RGB 124 64 87 -
CMYK 0 0.48 0.30 0.51
HSL 337º 0.32% 0.37% -
HSV(B) 337º 0.48% 0.49% -
XYZ 11.87 8.64 10.06 -
YUV 84.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 124 64 87 0 0.48 0.30 0.51 337 0.32 0.37
Hex 7C 40 57 0 30 1E 33 151 20 25
Octal 174 100 127 0 60 36 63 521 40 45
Binary 1111100 1000000 1010111 0 110000 11110 110011 101010001 100000 100101

Color Harmonies of #7C4057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4057

Black with #7C4057

Text Example


Text Example

White with #7C4057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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