Html Css Color HEX #7F4D6C Cosmic

📋 copy color: '#7F4D6C'

red 127 ◦ green 77 ◦ blue 108

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

Shades of Cosmic #7F4D6C

Tints of Cosmic #7F4D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.68%

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

R = 40.71%
G = 24.68%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F4D6C (or 0x7F4D6C) is known color: Cosmic. HEX triplet: 7F, 4D and 6C. RGB value is (127,77,108). Sum of RGB (Red+Green+Blue) = 127+77+108=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4D6C is #80B293. Grayscale: #5F5F5F. Windows color (decimal): -8434324 or 7097727. OLE color: 7097727.

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

Color convert

RGB 127 77 108 -
CMYK 0 0.39 0.15 0.50
HSL 322.8º 0.25% 0.4% -
HSV(B) 322.8º 0.39% 0.5% -
XYZ 14.11 10.9 15.55 -
YUV 95.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 127 77 108 0 0.39 0.15 0.50 322.8 0.25 0.4
Hex 7F 4D 6C 0 27 F 32 143 19 28
Octal 177 115 154 0 47 17 62 503 31 50
Binary 1111111 1001101 1101100 0 100111 1111 110010 101000011 11001 101000

Color Harmonies of #7F4D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4D6C

Black with #7F4D6C

Text Example


Text Example

White with #7F4D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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