Html Css Color HEX #7F4E69 Cosmic

📋 copy color: '#7F4E69'

red 127 ◦ green 78 ◦ blue 105

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

Shades of Cosmic #7F4E69

Tints of Cosmic #7F4E69

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.16%

 BLUE value IS 105 (41.41% from 255) = 33.87%

R = 40.97%
G = 25.16%
B = 33.87%

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

#7F4E69 (or 0x7F4E69) is known color: Cosmic. HEX triplet: 7F, 4E and 69. RGB value is (127,78,105). Sum of RGB (Red+Green+Blue) = 127+78+105=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4E69 is #80B196. Grayscale: #5F5F5F. Windows color (decimal): -8434071 or 6901375. OLE color: 6901375.

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

Color convert

RGB 127 78 105 -
CMYK 0 0.39 0.17 0.50
HSL 326.94º 0.24% 0.4% -
HSV(B) 326.94º 0.39% 0.5% -
XYZ 14.03 10.98 14.74 -
YUV 95.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 127 78 105 0 0.39 0.17 0.50 326.94 0.24 0.4
Hex 7F 4E 69 0 27 11 32 147 18 28
Octal 177 116 151 0 47 21 62 507 30 50
Binary 1111111 1001110 1101001 0 100111 10001 110010 101000111 11000 101000

Color Harmonies of #7F4E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4E69

Black with #7F4E69

Text Example


Text Example

White with #7F4E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,78,105); }

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

background-color css

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

 a { background-color: rgb(127,78,105); }

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

border-color css

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

 span { border-color: rgb(127,78,105); }

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