Html Css Color HEX #7F4E67 Cosmic

📋 copy color: '#7F4E67'

red 127 ◦ green 78 ◦ blue 103

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

Shades of Cosmic #7F4E67

Tints of Cosmic #7F4E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.44%

R = 41.23%
G = 25.32%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#7F4E67 (or 0x7F4E67) is known color: Cosmic. HEX triplet: 7F, 4E and 67. RGB value is (127,78,103). Sum of RGB (Red+Green+Blue) = 127+78+103=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4E67 is #80B198. Grayscale: #5F5F5F. Windows color (decimal): -8434073 or 6770303. OLE color: 6770303.

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

Color convert

RGB 127 78 103 -
CMYK 0 0.39 0.19 0.50
HSL 329.39º 0.24% 0.4% -
HSV(B) 329.39º 0.39% 0.5% -
XYZ 13.92 10.94 14.21 -
YUV 95.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 127 78 103 0 0.39 0.19 0.50 329.39 0.24 0.4
Hex 7F 4E 67 0 27 13 32 149 18 28
Octal 177 116 147 0 47 23 62 511 30 50
Binary 1111111 1001110 1100111 0 100111 10011 110010 101001001 11000 101000

Color Harmonies of #7F4E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4E67

Black with #7F4E67

Text Example


Text Example

White with #7F4E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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