Html Css Color HEX #754568 Cosmic

📋 copy color: '#754568'

red 117 ◦ green 69 ◦ blue 104

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

Shades of Cosmic #754568

Tints of Cosmic #754568

RGB

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

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

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

R = 40.34%
G = 23.79%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#754568 (or 0x754568) is known color: Cosmic. HEX triplet: 75, 45 and 68. RGB value is (117,69,104). Sum of RGB (Red+Green+Blue) = 117+69+104=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #754568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754568 is #8ABA97. Grayscale: #575757. Windows color (decimal): -9091736 or 6833525. OLE color: 6833525.

HSL color Cylindrical-coordinate representation of color #754568: hue angle of 316.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 #754568 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 69 104 -
CMYK 0 0.41 0.11 0.54
HSL 316.25º 0.26% 0.36% -
HSV(B) 316.25º 0.41% 0.46% -
XYZ 11.96 9.04 14.21 -
YUV 87.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 117 69 104 0 0.41 0.11 0.54 316.25 0.26 0.36
Hex 75 45 68 0 29 B 36 13C 1A 24
Octal 165 105 150 0 51 13 66 474 32 44
Binary 1110101 1000101 1101000 0 101001 1011 110110 100111100 11010 100100

Color Harmonies of #754568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754568

Black with #754568

Text Example


Text Example

White with #754568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754568; }

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

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

background-color css

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

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

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

border-color css

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

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

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