Html Css Color HEX #7C565F Cosmic

📋 copy color: '#7C565F'

red 124 ◦ green 86 ◦ blue 95

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

Shades of Cosmic #7C565F

Tints of Cosmic #7C565F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 40.66%
G = 28.2%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C565F (or 0x7C565F) is known color: Cosmic. HEX triplet: 7C, 56 and 5F. RGB value is (124,86,95). Sum of RGB (Red+Green+Blue) = 124+86+95=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C565F is #83A9A0. Grayscale: #626262. Windows color (decimal): -8628641 or 6248060. OLE color: 6248060.

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

Color convert

RGB 124 86 95 -
CMYK 0 0.31 0.23 0.51
HSL 345.79º 0.18% 0.41% -
HSV(B) 345.79º 0.31% 0.49% -
XYZ 13.71 11.77 12.38 -
YUV 98.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 124 86 95 0 0.31 0.23 0.51 345.79 0.18 0.41
Hex 7C 56 5F 0 1F 17 33 15A 12 29
Octal 174 126 137 0 37 27 63 532 22 51
Binary 1111100 1010110 1011111 0 11111 10111 110011 101011010 10010 101001

Color Harmonies of #7C565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C565F

Black with #7C565F

Text Example


Text Example

White with #7C565F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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