Html Css Color HEX #7F4F5E Cosmic

📋 copy color: '#7F4F5E'

red 127 ◦ green 79 ◦ blue 94

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

Shades of Cosmic #7F4F5E

Tints of Cosmic #7F4F5E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.33%

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 42.33%
G = 26.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7F4F5E (or 0x7F4F5E) is known color: Cosmic. HEX triplet: 7F, 4F and 5E. RGB value is (127,79,94). Sum of RGB (Red+Green+Blue) = 127+79+94=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4F5E is #80B0A1. Grayscale: #5F5F5F. Windows color (decimal): -8433826 or 6180735. OLE color: 6180735.

HSL color Cylindrical-coordinate representation of color #7F4F5E: hue angle of 341.25º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F4F5E is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 79 94 -
CMYK 0 0.38 0.26 0.50
HSL 341.25º 0.23% 0.4% -
HSV(B) 341.25º 0.38% 0.5% -
XYZ 13.57 10.91 11.98 -
YUV 95.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 127 79 94 0 0.38 0.26 0.50 341.25 0.23 0.4
Hex 7F 4F 5E 0 26 1A 32 155 17 28
Octal 177 117 136 0 46 32 62 525 27 50
Binary 1111111 1001111 1011110 0 100110 11010 110010 101010101 10111 101000

Color Harmonies of #7F4F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4F5E

Black with #7F4F5E

Text Example


Text Example

White with #7F4F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,79,94); }

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

background-color css

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

 a { background-color: rgb(127,79,94); }

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

border-color css

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

 span { border-color: rgb(127,79,94); }

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