Html Css Color HEX #7F4158 Cosmic

📋 copy color: '#7F4158'

red 127 ◦ green 65 ◦ blue 88

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

Shades of Cosmic #7F4158

Tints of Cosmic #7F4158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 45.36%
G = 23.21%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#7F4158 (or 0x7F4158) is known color: Cosmic. HEX triplet: 7F, 41 and 58. RGB value is (127,65,88). Sum of RGB (Red+Green+Blue) = 127+65+88=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4158 is #80BEA7. Grayscale: #565656. Windows color (decimal): -8437416 or 5783935. OLE color: 5783935.

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

Color convert

RGB 127 65 88 -
CMYK 0 0.49 0.31 0.50
HSL 337.74º 0.32% 0.38% -
HSV(B) 337.74º 0.49% 0.5% -
XYZ 12.4 9 10.32 -
YUV 86.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 127 65 88 0 0.49 0.31 0.50 337.74 0.32 0.38
Hex 7F 41 58 0 31 1F 32 152 20 26
Octal 177 101 130 0 61 37 62 522 40 46
Binary 1111111 1000001 1011000 0 110001 11111 110010 101010010 100000 100110

Color Harmonies of #7F4158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4158

Black with #7F4158

Text Example


Text Example

White with #7F4158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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