Html Css Color HEX #754260 Cosmic

📋 copy color: '#754260'

red 117 ◦ green 66 ◦ blue 96

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

Shades of Cosmic #754260

Tints of Cosmic #754260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

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

R = 41.94%
G = 23.66%
B = 34.41%

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

#754260 (or 0x754260) is known color: Cosmic. HEX triplet: 75, 42 and 60. RGB value is (117,66,96). Sum of RGB (Red+Green+Blue) = 117+66+96=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #754260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754260 is #8ABD9F. Grayscale: #545454. Windows color (decimal): -9092512 or 6308469. OLE color: 6308469.

HSL color Cylindrical-coordinate representation of color #754260: hue angle of 324.71º degrees, saturation: 0.28, 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 #754260 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 96 -
CMYK 0 0.44 0.18 0.54
HSL 324.71º 0.28% 0.36% -
HSV(B) 324.71º 0.44% 0.46% -
XYZ 11.4 8.52 12.11 -
YUV 84.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 117 66 96 0 0.44 0.18 0.54 324.71 0.28 0.36
Hex 75 42 60 0 2C 12 36 145 1C 24
Octal 165 102 140 0 54 22 66 505 34 44
Binary 1110101 1000010 1100000 0 101100 10010 110110 101000101 11100 100100

Color Harmonies of #754260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754260

Black with #754260

Text Example


Text Example

White with #754260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754260; }

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

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

background-color css

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

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

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

border-color css

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

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

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