Html Css Color HEX #7F415F Cosmic

📋 copy color: '#7F415F'

red 127 ◦ green 65 ◦ blue 95

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

Shades of Cosmic #7F415F

Tints of Cosmic #7F415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 44.25%
G = 22.65%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#7F415F (or 0x7F415F) is known color: Cosmic. HEX triplet: 7F, 41 and 5F. RGB value is (127,65,95). Sum of RGB (Red+Green+Blue) = 127+65+95=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F415F is #80BEA0. Grayscale: #565656. Windows color (decimal): -8437409 or 6242687. OLE color: 6242687.

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

Color convert

RGB 127 65 95 -
CMYK 0 0.49 0.25 0.50
HSL 330.97º 0.32% 0.38% -
HSV(B) 330.97º 0.49% 0.5% -
XYZ 12.71 9.12 11.92 -
YUV 86.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 127 65 95 0 0.49 0.25 0.50 330.97 0.32 0.38
Hex 7F 41 5F 0 31 19 32 14B 20 26
Octal 177 101 137 0 61 31 62 513 40 46
Binary 1111111 1000001 1011111 0 110001 11001 110010 101001011 100000 100110

Color Harmonies of #7F415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F415F

Black with #7F415F

Text Example


Text Example

White with #7F415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,65,95); }

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

background-color css

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

 a { background-color: rgb(127,65,95); }

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

border-color css

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

 span { border-color: rgb(127,65,95); }

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