Html Css Color HEX #7F4D6A Cosmic

📋 copy color: '#7F4D6A'

red 127 ◦ green 77 ◦ blue 106

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

Shades of Cosmic #7F4D6A

Tints of Cosmic #7F4D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 40.97%
G = 24.84%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#7F4D6A (or 0x7F4D6A) is known color: Cosmic. HEX triplet: 7F, 4D and 6A. RGB value is (127,77,106). Sum of RGB (Red+Green+Blue) = 127+77+106=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4D6A is #80B295. Grayscale: #5F5F5F. Windows color (decimal): -8434326 or 6966655. OLE color: 6966655.

HSL color Cylindrical-coordinate representation of color #7F4D6A: hue angle of 325.2º 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 #7F4D6A is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 77 106 -
CMYK 0 0.39 0.17 0.50
HSL 325.2º 0.25% 0.4% -
HSV(B) 325.2º 0.39% 0.5% -
XYZ 14.01 10.86 14.99 -
YUV 95.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 127 77 106 0 0.39 0.17 0.50 325.2 0.25 0.4
Hex 7F 4D 6A 0 27 11 32 145 19 28
Octal 177 115 152 0 47 21 62 505 31 50
Binary 1111111 1001101 1101010 0 100111 10001 110010 101000101 11001 101000

Color Harmonies of #7F4D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4D6A

Black with #7F4D6A

Text Example


Text Example

White with #7F4D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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