Html Css Color HEX #7F4D59 Cosmic

📋 copy color: '#7F4D59'

red 127 ◦ green 77 ◦ blue 89

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

Shades of Cosmic #7F4D59

Tints of Cosmic #7F4D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.38%

R = 43.34%
G = 26.28%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#7F4D59 (or 0x7F4D59) is known color: Cosmic. HEX triplet: 7F, 4D and 59. RGB value is (127,77,89). Sum of RGB (Red+Green+Blue) = 127+77+89=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4D59 is #80B2A6. Grayscale: #5D5D5D. Windows color (decimal): -8434343 or 5852543. OLE color: 5852543.

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

Color convert

RGB 127 77 89 -
CMYK 0 0.39 0.30 0.50
HSL 345.6º 0.25% 0.4% -
HSV(B) 345.6º 0.39% 0.5% -
XYZ 13.21 10.54 10.79 -
YUV 93.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 127 77 89 0 0.39 0.30 0.50 345.6 0.25 0.4
Hex 7F 4D 59 0 27 1E 32 15A 19 28
Octal 177 115 131 0 47 36 62 532 31 50
Binary 1111111 1001101 1011001 0 100111 11110 110010 101011010 11001 101000

Color Harmonies of #7F4D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4D59

Black with #7F4D59

Text Example


Text Example

White with #7F4D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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