Html Css Color HEX #754562 Cosmic

📋 copy color: '#754562'

red 117 ◦ green 69 ◦ blue 98

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

Shades of Cosmic #754562

Tints of Cosmic #754562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

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

R = 41.2%
G = 24.3%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#754562 (or 0x754562) is known color: Cosmic. HEX triplet: 75, 45 and 62. RGB value is (117,69,98). Sum of RGB (Red+Green+Blue) = 117+69+98=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #754562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754562 is #8ABA9D. Grayscale: #565656. Windows color (decimal): -9091742 or 6440309. OLE color: 6440309.

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

Color convert

RGB 117 69 98 -
CMYK 0 0.41 0.16 0.54
HSL 323.75º 0.26% 0.36% -
HSV(B) 323.75º 0.41% 0.46% -
XYZ 11.67 8.92 12.66 -
YUV 86.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 117 69 98 0 0.41 0.16 0.54 323.75 0.26 0.36
Hex 75 45 62 0 29 10 36 144 1A 24
Octal 165 105 142 0 51 20 66 504 32 44
Binary 1110101 1000101 1100010 0 101001 10000 110110 101000100 11010 100100

Color Harmonies of #754562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754562

Black with #754562

Text Example


Text Example

White with #754562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754562; }

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

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

background-color css

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

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

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

border-color css

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

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

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