Html Css Color HEX #7F4D5A Cosmic

📋 copy color: '#7F4D5A'

red 127 ◦ green 77 ◦ blue 90

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

Shades of Cosmic #7F4D5A

Tints of Cosmic #7F4D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.61%

R = 43.2%
G = 26.19%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#7F4D5A (or 0x7F4D5A) is known color: Cosmic. HEX triplet: 7F, 4D and 5A. RGB value is (127,77,90). Sum of RGB (Red+Green+Blue) = 127+77+90=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4D5A is #80B2A5. Grayscale: #5D5D5D. Windows color (decimal): -8434342 or 5918079. OLE color: 5918079.

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

Color convert

RGB 127 77 90 -
CMYK 0 0.39 0.29 0.50
HSL 344.4º 0.25% 0.4% -
HSV(B) 344.4º 0.39% 0.5% -
XYZ 13.25 10.56 11.01 -
YUV 93.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 127 77 90 0 0.39 0.29 0.50 344.4 0.25 0.4
Hex 7F 4D 5A 0 27 1D 32 158 19 28
Octal 177 115 132 0 47 35 62 530 31 50
Binary 1111111 1001101 1011010 0 100111 11101 110010 101011000 11001 101000

Color Harmonies of #7F4D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4D5A

Black with #7F4D5A

Text Example


Text Example

White with #7F4D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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