Html Css Color HEX #7F596C Cosmic

📋 copy color: '#7F596C'

red 127 ◦ green 89 ◦ blue 108

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

Shades of Cosmic #7F596C

Tints of Cosmic #7F596C

RGB

 RED value IS 127 (50% from 255) = 39.2%

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 39.2%
G = 27.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F596C (or 0x7F596C) is known color: Cosmic. HEX triplet: 7F, 59 and 6C. RGB value is (127,89,108). Sum of RGB (Red+Green+Blue) = 127+89+108=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F596C is #80A693. Grayscale: #666666. Windows color (decimal): -8431252 or 7100799. OLE color: 7100799.

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

Color convert

RGB 127 89 108 -
CMYK 0 0.30 0.15 0.50
HSL 330º 0.18% 0.42% -
HSV(B) 330º 0.3% 0.5% -
XYZ 15.03 12.74 15.85 -
YUV 102.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 127 89 108 0 0.30 0.15 0.50 330 0.18 0.42
Hex 7F 59 6C 0 1E F 32 14A 12 2A
Octal 177 131 154 0 36 17 62 512 22 52
Binary 1111111 1011001 1101100 0 11110 1111 110010 101001010 10010 101010

Color Harmonies of #7F596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F596C

Black with #7F596C

Text Example


Text Example

White with #7F596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,108); }

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

background-color css

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

 a { background-color: rgb(127,89,108); }

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

border-color css

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

 span { border-color: rgb(127,89,108); }

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