Html Css Color HEX #7C5769 Cosmic

📋 copy color: '#7C5769'

red 124 ◦ green 87 ◦ blue 105

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

Shades of Cosmic #7C5769

Tints of Cosmic #7C5769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.53%

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 39.24%
G = 27.53%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C5769 (or 0x7C5769) is known color: Cosmic. HEX triplet: 7C, 57 and 69. RGB value is (124,87,105). Sum of RGB (Red+Green+Blue) = 124+87+105=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5769 is #83A896. Grayscale: #646464. Windows color (decimal): -8628375 or 6903676. OLE color: 6903676.

HSL color Cylindrical-coordinate representation of color #7C5769: hue angle of 330.81º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C5769 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 87 105 -
CMYK 0 0.30 0.15 0.51
HSL 330.81º 0.18% 0.41% -
HSV(B) 330.81º 0.3% 0.49% -
XYZ 14.27 12.12 14.95 -
YUV 100.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 124 87 105 0 0.30 0.15 0.51 330.81 0.18 0.41
Hex 7C 57 69 0 1E F 33 14B 12 29
Octal 174 127 151 0 36 17 63 513 22 51
Binary 1111100 1010111 1101001 0 11110 1111 110011 101001011 10010 101001

Color Harmonies of #7C5769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5769

Black with #7C5769

Text Example


Text Example

White with #7C5769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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