Html Css Color HEX #7F4065 Cosmic

📋 copy color: '#7F4065'

red 127 ◦ green 64 ◦ blue 101

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

Shades of Cosmic #7F4065

Tints of Cosmic #7F4065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

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

R = 43.49%
G = 21.92%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F4065 (or 0x7F4065) is known color: Cosmic. HEX triplet: 7F, 40 and 65. RGB value is (127,64,101). Sum of RGB (Red+Green+Blue) = 127+64+101=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4065 is #80BF9A. Grayscale: #565656. Windows color (decimal): -8437659 or 6635647. OLE color: 6635647.

HSL color Cylindrical-coordinate representation of color #7F4065: hue angle of 324.76º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F4065 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 64 101 -
CMYK 0 0.50 0.20 0.50
HSL 324.76º 0.33% 0.37% -
HSV(B) 324.76º 0.5% 0.5% -
XYZ 12.93 9.12 13.39 -
YUV 87.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 127 64 101 0 0.50 0.20 0.50 324.76 0.33 0.37
Hex 7F 40 65 0 32 14 32 145 21 25
Octal 177 100 145 0 62 24 62 505 41 45
Binary 1111111 1000000 1100101 0 110010 10100 110010 101000101 100001 100101

Color Harmonies of #7F4065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4065

Black with #7F4065

Text Example


Text Example

White with #7F4065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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