Html Css Color HEX #754162 Cosmic

📋 copy color: '#754162'

red 117 ◦ green 65 ◦ blue 98

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

Shades of Cosmic #754162

Tints of Cosmic #754162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

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

R = 41.79%
G = 23.21%
B = 35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#754162 (or 0x754162) is known color: Cosmic. HEX triplet: 75, 41 and 62. RGB value is (117,65,98). Sum of RGB (Red+Green+Blue) = 117+65+98=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #754162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754162 is #8ABE9D. Grayscale: #545454. Windows color (decimal): -9092766 or 6439285. OLE color: 6439285.

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

Color convert

RGB 117 65 98 -
CMYK 0 0.44 0.16 0.54
HSL 321.92º 0.29% 0.36% -
HSV(B) 321.92º 0.44% 0.46% -
XYZ 11.43 8.44 12.58 -
YUV 84.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 117 65 98 0 0.44 0.16 0.54 321.92 0.29 0.36
Hex 75 41 62 0 2C 10 36 142 1D 24
Octal 165 101 142 0 54 20 66 502 35 44
Binary 1110101 1000001 1100010 0 101100 10000 110110 101000010 11101 100100

Color Harmonies of #754162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754162

Black with #754162

Text Example


Text Example

White with #754162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754162; }

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

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

background-color css

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

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

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

border-color css

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

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

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