Html Css Color HEX #754660 Cosmic

📋 copy color: '#754660'

red 117 ◦ green 70 ◦ blue 96

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

Shades of Cosmic #754660

Tints of Cosmic #754660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.73%

 BLUE value IS 96 (37.89% from 255) = 33.92%

R = 41.34%
G = 24.73%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#754660 (or 0x754660) is known color: Cosmic. HEX triplet: 75, 46 and 60. RGB value is (117,70,96). Sum of RGB (Red+Green+Blue) = 117+70+96=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #754660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754660 is #8AB99F. Grayscale: #565656. Windows color (decimal): -9091488 or 6309493. OLE color: 6309493.

HSL color Cylindrical-coordinate representation of color #754660: hue angle of 326.81º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754660 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 96 -
CMYK 0 0.40 0.18 0.54
HSL 326.81º 0.25% 0.37% -
HSV(B) 326.81º 0.4% 0.46% -
XYZ 11.64 9.01 12.19 -
YUV 87.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 117 70 96 0 0.40 0.18 0.54 326.81 0.25 0.37
Hex 75 46 60 0 28 12 36 147 19 25
Octal 165 106 140 0 50 22 66 507 31 45
Binary 1110101 1000110 1100000 0 101000 10010 110110 101000111 11001 100101

Color Harmonies of #754660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754660

Black with #754660

Text Example


Text Example

White with #754660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754660; }

 p { color: rgb(117,70,96); }

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

background-color css

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

 a { background-color: rgb(117,70,96); }

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

border-color css

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

 span { border-color: rgb(117,70,96); }

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