Html Css Color HEX #754160 Cosmic

📋 copy color: '#754160'

red 117 ◦ green 65 ◦ blue 96

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

Shades of Cosmic #754160

Tints of Cosmic #754160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

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

R = 42.09%
G = 23.38%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#754160 (or 0x754160) is known color: Cosmic. HEX triplet: 75, 41 and 60. RGB value is (117,65,96). Sum of RGB (Red+Green+Blue) = 117+65+96=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #754160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754160 is #8ABE9F. Grayscale: #545454. Windows color (decimal): -9092768 or 6308213. OLE color: 6308213.

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

Color convert

RGB 117 65 96 -
CMYK 0 0.44 0.18 0.54
HSL 324.23º 0.29% 0.36% -
HSV(B) 324.23º 0.44% 0.46% -
XYZ 11.34 8.41 12.09 -
YUV 84.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 117 65 96 0 0.44 0.18 0.54 324.23 0.29 0.36
Hex 75 41 60 0 2C 12 36 144 1D 24
Octal 165 101 140 0 54 22 66 504 35 44
Binary 1110101 1000001 1100000 0 101100 10010 110110 101000100 11101 100100

Color Harmonies of #754160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754160

Black with #754160

Text Example


Text Example

White with #754160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754160; }

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

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

background-color css

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

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

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

border-color css

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

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

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