Html Css Color HEX #7F5764 Cosmic

📋 copy color: '#7F5764'

red 127 ◦ green 87 ◦ blue 100

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

Shades of Cosmic #7F5764

Tints of Cosmic #7F5764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 40.45%
G = 27.71%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#7F5764 (or 0x7F5764) is known color: Cosmic. HEX triplet: 7F, 57 and 64. RGB value is (127,87,100). Sum of RGB (Red+Green+Blue) = 127+87+100=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5764 is #80A89B. Grayscale: #646464. Windows color (decimal): -8431772 or 6575999. OLE color: 6575999.

HSL color Cylindrical-coordinate representation of color #7F5764: hue angle of 340.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F5764 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 87 100 -
CMYK 0 0.31 0.21 0.50
HSL 340.5º 0.19% 0.42% -
HSV(B) 340.5º 0.31% 0.5% -
XYZ 14.46 12.25 13.66 -
YUV 100.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 127 87 100 0 0.31 0.21 0.50 340.5 0.19 0.42
Hex 7F 57 64 0 1F 15 32 154 13 2A
Octal 177 127 144 0 37 25 62 524 23 52
Binary 1111111 1010111 1100100 0 11111 10101 110010 101010100 10011 101010

Color Harmonies of #7F5764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5764

Black with #7F5764

Text Example


Text Example

White with #7F5764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,87,100); }

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

background-color css

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

 a { background-color: rgb(127,87,100); }

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

border-color css

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

 span { border-color: rgb(127,87,100); }

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