Html Css Color HEX #753D62 Cosmic

📋 copy color: '#753D62'

red 117 ◦ green 61 ◦ blue 98

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

Shades of Cosmic #753D62

Tints of Cosmic #753D62

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.1%

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

R = 42.39%
G = 22.1%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#753D62 (or 0x753D62) is known color: Cosmic. HEX triplet: 75, 3D and 62. RGB value is (117,61,98). Sum of RGB (Red+Green+Blue) = 117+61+98=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #753D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D62 is #8AC29D. Grayscale: #515151. Windows color (decimal): -9093790 or 6438261. OLE color: 6438261.

HSL color Cylindrical-coordinate representation of color #753D62: hue angle of 320.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D62 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 61 98 -
CMYK 0 0.48 0.16 0.54
HSL 320.36º 0.31% 0.35% -
HSV(B) 320.36º 0.48% 0.46% -
XYZ 11.21 8 12.51 -
YUV 81.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 117 61 98 0 0.48 0.16 0.54 320.36 0.31 0.35
Hex 75 3D 62 0 30 10 36 140 1F 23
Octal 165 75 142 0 60 20 66 500 37 43
Binary 1110101 111101 1100010 0 110000 10000 110110 101000000 11111 100011

Color Harmonies of #753D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D62

Black with #753D62

Text Example


Text Example

White with #753D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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