Html Css Color HEX #7F4466 Cosmic

📋 copy color: '#7F4466'

red 127 ◦ green 68 ◦ blue 102

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

Shades of Cosmic #7F4466

Tints of Cosmic #7F4466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 42.76%
G = 22.9%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F4466 (or 0x7F4466) is known color: Cosmic. HEX triplet: 7F, 44 and 66. RGB value is (127,68,102). Sum of RGB (Red+Green+Blue) = 127+68+102=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4466 is #80BB99. Grayscale: #595959. Windows color (decimal): -8436634 or 6702207. OLE color: 6702207.

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

Color convert

RGB 127 68 102 -
CMYK 0 0.46 0.20 0.50
HSL 325.42º 0.3% 0.38% -
HSV(B) 325.42º 0.46% 0.5% -
XYZ 13.22 9.61 13.73 -
YUV 89.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 127 68 102 0 0.46 0.20 0.50 325.42 0.3 0.38
Hex 7F 44 66 0 2E 14 32 145 1E 26
Octal 177 104 146 0 56 24 62 505 36 46
Binary 1111111 1000100 1100110 0 101110 10100 110010 101000101 11110 100110

Color Harmonies of #7F4466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4466

Black with #7F4466

Text Example


Text Example

White with #7F4466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,68,102); }

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

background-color css

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

 a { background-color: rgb(127,68,102); }

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

border-color css

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

 span { border-color: rgb(127,68,102); }

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