Html Css Color HEX #754461 Cosmic

📋 copy color: '#754461'

red 117 ◦ green 68 ◦ blue 97

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

Shades of Cosmic #754461

Tints of Cosmic #754461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 41.49%
G = 24.11%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#754461 (or 0x754461) is known color: Cosmic. HEX triplet: 75, 44 and 61. RGB value is (117,68,97). Sum of RGB (Red+Green+Blue) = 117+68+97=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #754461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754461 is #8ABB9E. Grayscale: #555555. Windows color (decimal): -9091999 or 6374517. OLE color: 6374517.

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

Color convert

RGB 117 68 97 -
CMYK 0 0.42 0.17 0.54
HSL 324.49º 0.26% 0.36% -
HSV(B) 324.49º 0.42% 0.46% -
XYZ 11.56 8.78 12.39 -
YUV 85.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 117 68 97 0 0.42 0.17 0.54 324.49 0.26 0.36
Hex 75 44 61 0 2A 11 36 144 1A 24
Octal 165 104 141 0 52 21 66 504 32 44
Binary 1110101 1000100 1100001 0 101010 10001 110110 101000100 11010 100100

Color Harmonies of #754461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754461

Black with #754461

Text Example


Text Example

White with #754461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754461; }

 p { color: rgb(117,68,97); }

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

background-color css

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

 a { background-color: rgb(117,68,97); }

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

border-color css

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

 span { border-color: rgb(117,68,97); }

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