Html Css Color HEX #7C5765 Cosmic

📋 copy color: '#7C5765'

red 124 ◦ green 87 ◦ blue 101

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

Shades of Cosmic #7C5765

Tints of Cosmic #7C5765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 39.74%
G = 27.88%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C5765 (or 0x7C5765) is known color: Cosmic. HEX triplet: 7C, 57 and 65. RGB value is (124,87,101). Sum of RGB (Red+Green+Blue) = 124+87+101=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5765 is #83A89A. Grayscale: #636363. Windows color (decimal): -8628379 or 6641532. OLE color: 6641532.

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

Color convert

RGB 124 87 101 -
CMYK 0 0.30 0.19 0.51
HSL 337.3º 0.18% 0.41% -
HSV(B) 337.3º 0.3% 0.49% -
XYZ 14.07 12.04 13.89 -
YUV 99.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 124 87 101 0 0.30 0.19 0.51 337.3 0.18 0.41
Hex 7C 57 65 0 1E 13 33 151 12 29
Octal 174 127 145 0 36 23 63 521 22 51
Binary 1111100 1010111 1100101 0 11110 10011 110011 101010001 10010 101001

Color Harmonies of #7C5765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5765

Black with #7C5765

Text Example


Text Example

White with #7C5765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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