Html Css Color HEX #754564 Cosmic

📋 copy color: '#754564'

red 117 ◦ green 69 ◦ blue 100

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

Shades of Cosmic #754564

Tints of Cosmic #754564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.13%

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 40.91%
G = 24.13%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#754564 (or 0x754564) is known color: Cosmic. HEX triplet: 75, 45 and 64. RGB value is (117,69,100). Sum of RGB (Red+Green+Blue) = 117+69+100=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #754564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754564 is #8ABA9B. Grayscale: #565656. Windows color (decimal): -9091740 or 6571381. OLE color: 6571381.

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

Color convert

RGB 117 69 100 -
CMYK 0 0.41 0.15 0.54
HSL 321.25º 0.26% 0.36% -
HSV(B) 321.25º 0.41% 0.46% -
XYZ 11.76 8.96 13.17 -
YUV 86.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 117 69 100 0 0.41 0.15 0.54 321.25 0.26 0.36
Hex 75 45 64 0 29 F 36 141 1A 24
Octal 165 105 144 0 51 17 66 501 32 44
Binary 1110101 1000101 1100100 0 101001 1111 110110 101000001 11010 100100

Color Harmonies of #754564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754564

Black with #754564

Text Example


Text Example

White with #754564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754564; }

 p { color: rgb(117,69,100); }

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

background-color css

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

 a { background-color: rgb(117,69,100); }

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

border-color css

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

 span { border-color: rgb(117,69,100); }

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