Html Css Color HEX #754463 Cosmic

📋 copy color: '#754463'

red 117 ◦ green 68 ◦ blue 99

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

Shades of Cosmic #754463

Tints of Cosmic #754463

RGB

 RED value IS 117 (46.09% from 255) = 41.2%

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

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 41.2%
G = 23.94%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#754463 (or 0x754463) is known color: Cosmic. HEX triplet: 75, 44 and 63. RGB value is (117,68,99). Sum of RGB (Red+Green+Blue) = 117+68+99=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #754463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754463 is #8ABB9C. Grayscale: #565656. Windows color (decimal): -9091997 or 6505589. OLE color: 6505589.

HSL color Cylindrical-coordinate representation of color #754463: hue angle of 322.04º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #754463 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 99 -
CMYK 0 0.42 0.15 0.54
HSL 322.04º 0.26% 0.36% -
HSV(B) 322.04º 0.42% 0.46% -
XYZ 11.66 8.82 12.89 -
YUV 86.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 117 68 99 0 0.42 0.15 0.54 322.04 0.26 0.36
Hex 75 44 63 0 2A F 36 142 1A 24
Octal 165 104 143 0 52 17 66 502 32 44
Binary 1110101 1000100 1100011 0 101010 1111 110110 101000010 11010 100100

Color Harmonies of #754463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754463

Black with #754463

Text Example


Text Example

White with #754463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754463; }

 p { color: rgb(117,68,99); }

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

background-color css

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

 a { background-color: rgb(117,68,99); }

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

border-color css

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

 span { border-color: rgb(117,68,99); }

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