Html Css Color HEX #7C5665 Cosmic

📋 copy color: '#7C5665'

red 124 ◦ green 86 ◦ blue 101

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

Shades of Cosmic #7C5665

Tints of Cosmic #7C5665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

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

R = 39.87%
G = 27.65%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C5665 (or 0x7C5665) is known color: Cosmic. HEX triplet: 7C, 56 and 65. RGB value is (124,86,101). Sum of RGB (Red+Green+Blue) = 124+86+101=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5665 is #83A99A. Grayscale: #636363. Windows color (decimal): -8628635 or 6641276. OLE color: 6641276.

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

Color convert

RGB 124 86 101 -
CMYK 0 0.31 0.19 0.51
HSL 336.32º 0.18% 0.41% -
HSV(B) 336.32º 0.31% 0.49% -
XYZ 13.99 11.88 13.87 -
YUV 99.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 124 86 101 0 0.31 0.19 0.51 336.32 0.18 0.41
Hex 7C 56 65 0 1F 13 33 150 12 29
Octal 174 126 145 0 37 23 63 520 22 51
Binary 1111100 1010110 1100101 0 11111 10011 110011 101010000 10010 101001

Color Harmonies of #7C5665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5665

Black with #7C5665

Text Example


Text Example

White with #7C5665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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