Html Css Color HEX #754462 Cosmic

📋 copy color: '#754462'

red 117 ◦ green 68 ◦ blue 98

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

Shades of Cosmic #754462

Tints of Cosmic #754462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 41.34%
G = 24.03%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#754462 (or 0x754462) is known color: Cosmic. HEX triplet: 75, 44 and 62. RGB value is (117,68,98). Sum of RGB (Red+Green+Blue) = 117+68+98=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #754462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754462 is #8ABB9D. Grayscale: #565656. Windows color (decimal): -9091998 or 6440053. OLE color: 6440053.

HSL color Cylindrical-coordinate representation of color #754462: hue angle of 323.27º 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 #754462 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 98 -
CMYK 0 0.42 0.16 0.54
HSL 323.27º 0.26% 0.36% -
HSV(B) 323.27º 0.42% 0.46% -
XYZ 11.61 8.8 12.64 -
YUV 86.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 117 68 98 0 0.42 0.16 0.54 323.27 0.26 0.36
Hex 75 44 62 0 2A 10 36 143 1A 24
Octal 165 104 142 0 52 20 66 503 32 44
Binary 1110101 1000100 1100010 0 101010 10000 110110 101000011 11010 100100

Color Harmonies of #754462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754462

Black with #754462

Text Example


Text Example

White with #754462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754462; }

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

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

background-color css

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

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

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

border-color css

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

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

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