Html Css Color HEX #754062 Cosmic

📋 copy color: '#754062'

red 117 ◦ green 64 ◦ blue 98

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

Shades of Cosmic #754062

Tints of Cosmic #754062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

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

R = 41.94%
G = 22.94%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#754062 (or 0x754062) is known color: Cosmic. HEX triplet: 75, 40 and 62. RGB value is (117,64,98). Sum of RGB (Red+Green+Blue) = 117+64+98=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #754062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754062 is #8ABF9D. Grayscale: #535353. Windows color (decimal): -9093022 or 6439029. OLE color: 6439029.

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

Color convert

RGB 117 64 98 -
CMYK 0 0.45 0.16 0.54
HSL 321.51º 0.29% 0.35% -
HSV(B) 321.51º 0.45% 0.46% -
XYZ 11.37 8.33 12.56 -
YUV 83.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 117 64 98 0 0.45 0.16 0.54 321.51 0.29 0.35
Hex 75 40 62 0 2D 10 36 142 1D 23
Octal 165 100 142 0 55 20 66 502 35 43
Binary 1110101 1000000 1100010 0 101101 10000 110110 101000010 11101 100011

Color Harmonies of #754062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754062

Black with #754062

Text Example


Text Example

White with #754062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754062; }

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

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

background-color css

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

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

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

border-color css

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

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

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