Html Css Color HEX #7F4F68 Cosmic

📋 copy color: '#7F4F68'

red 127 ◦ green 79 ◦ blue 104

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

Shades of Cosmic #7F4F68

Tints of Cosmic #7F4F68

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.48%

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 40.97%
G = 25.48%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#7F4F68 (or 0x7F4F68) is known color: Cosmic. HEX triplet: 7F, 4F and 68. RGB value is (127,79,104). Sum of RGB (Red+Green+Blue) = 127+79+104=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4F68 is #80B097. Grayscale: #606060. Windows color (decimal): -8433816 or 6836095. OLE color: 6836095.

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

Color convert

RGB 127 79 104 -
CMYK 0 0.38 0.18 0.50
HSL 328.75º 0.23% 0.4% -
HSV(B) 328.75º 0.38% 0.5% -
XYZ 14.05 11.1 14.5 -
YUV 96.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 127 79 104 0 0.38 0.18 0.50 328.75 0.23 0.4
Hex 7F 4F 68 0 26 12 32 149 17 28
Octal 177 117 150 0 46 22 62 511 27 50
Binary 1111111 1001111 1101000 0 100110 10010 110010 101001001 10111 101000

Color Harmonies of #7F4F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4F68

Black with #7F4F68

Text Example


Text Example

White with #7F4F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,79,104); }

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

background-color css

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

 a { background-color: rgb(127,79,104); }

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

border-color css

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

 span { border-color: rgb(127,79,104); }

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