Html Css Color HEX #7F4E65 Cosmic

📋 copy color: '#7F4E65'

red 127 ◦ green 78 ◦ blue 101

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

Shades of Cosmic #7F4E65

Tints of Cosmic #7F4E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 41.5%
G = 25.49%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F4E65 (or 0x7F4E65) is known color: Cosmic. HEX triplet: 7F, 4E and 65. RGB value is (127,78,101). Sum of RGB (Red+Green+Blue) = 127+78+101=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4E65 is #80B19A. Grayscale: #5F5F5F. Windows color (decimal): -8434075 or 6639231. OLE color: 6639231.

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

Color convert

RGB 127 78 101 -
CMYK 0 0.39 0.20 0.50
HSL 331.84º 0.24% 0.4% -
HSV(B) 331.84º 0.39% 0.5% -
XYZ 13.83 10.9 13.69 -
YUV 95.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 127 78 101 0 0.39 0.20 0.50 331.84 0.24 0.4
Hex 7F 4E 65 0 27 14 32 14C 18 28
Octal 177 116 145 0 47 24 62 514 30 50
Binary 1111111 1001110 1100101 0 100111 10100 110010 101001100 11000 101000

Color Harmonies of #7F4E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4E65

Black with #7F4E65

Text Example


Text Example

White with #7F4E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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