Html Css Color HEX #754760 Cosmic

📋 copy color: '#754760'

red 117 ◦ green 71 ◦ blue 96

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

Shades of Cosmic #754760

Tints of Cosmic #754760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

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

R = 41.2%
G = 25%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#754760 (or 0x754760) is known color: Cosmic. HEX triplet: 75, 47 and 60. RGB value is (117,71,96). Sum of RGB (Red+Green+Blue) = 117+71+96=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #754760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754760 is #8AB89F. Grayscale: #575757. Windows color (decimal): -9091232 or 6309749. OLE color: 6309749.

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

Color convert

RGB 117 71 96 -
CMYK 0 0.39 0.18 0.54
HSL 327.39º 0.24% 0.37% -
HSV(B) 327.39º 0.39% 0.46% -
XYZ 11.7 9.13 12.21 -
YUV 87.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 117 71 96 0 0.39 0.18 0.54 327.39 0.24 0.37
Hex 75 47 60 0 27 12 36 147 18 25
Octal 165 107 140 0 47 22 66 507 30 45
Binary 1110101 1000111 1100000 0 100111 10010 110110 101000111 11000 100101

Color Harmonies of #754760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754760

Black with #754760

Text Example


Text Example

White with #754760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754760; }

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

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

background-color css

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

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

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

border-color css

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

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

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