Html Css Color HEX #7F4860 Cosmic

📋 copy color: '#7F4860'

red 127 ◦ green 72 ◦ blue 96

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

Shades of Cosmic #7F4860

Tints of Cosmic #7F4860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 43.05%
G = 24.41%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F4860 (or 0x7F4860) is known color: Cosmic. HEX triplet: 7F, 48 and 60. RGB value is (127,72,96). Sum of RGB (Red+Green+Blue) = 127+72+96=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4860 is #80B79F. Grayscale: #5B5B5B. Windows color (decimal): -8435616 or 6310015. OLE color: 6310015.

HSL color Cylindrical-coordinate representation of color #7F4860: hue angle of 333.82º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F4860 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 72 96 -
CMYK 0 0.43 0.24 0.50
HSL 333.82º 0.28% 0.39% -
HSV(B) 333.82º 0.43% 0.5% -
XYZ 13.18 9.99 12.3 -
YUV 91.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 127 72 96 0 0.43 0.24 0.50 333.82 0.28 0.39
Hex 7F 48 60 0 2B 18 32 14E 1C 27
Octal 177 110 140 0 53 30 62 516 34 47
Binary 1111111 1001000 1100000 0 101011 11000 110010 101001110 11100 100111

Color Harmonies of #7F4860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4860

Black with #7F4860

Text Example


Text Example

White with #7F4860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,72,96); }

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

background-color css

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

 a { background-color: rgb(127,72,96); }

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

border-color css

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

 span { border-color: rgb(127,72,96); }

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