Html Css Color HEX #754166 Cosmic

📋 copy color: '#754166'

red 117 ◦ green 65 ◦ blue 102

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

Shades of Cosmic #754166

Tints of Cosmic #754166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 41.2%
G = 22.89%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#754166 (or 0x754166) is known color: Cosmic. HEX triplet: 75, 41 and 66. RGB value is (117,65,102). Sum of RGB (Red+Green+Blue) = 117+65+102=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #754166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754166 is #8ABE99. Grayscale: #545454. Windows color (decimal): -9092762 or 6701429. OLE color: 6701429.

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

Color convert

RGB 117 65 102 -
CMYK 0 0.44 0.13 0.54
HSL 317.31º 0.29% 0.36% -
HSV(B) 317.31º 0.44% 0.46% -
XYZ 11.62 8.52 13.6 -
YUV 84.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 117 65 102 0 0.44 0.13 0.54 317.31 0.29 0.36
Hex 75 41 66 0 2C D 36 13D 1D 24
Octal 165 101 146 0 54 15 66 475 35 44
Binary 1110101 1000001 1100110 0 101100 1101 110110 100111101 11101 100100

Color Harmonies of #754166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754166

Black with #754166

Text Example


Text Example

White with #754166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754166; }

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

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

background-color css

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

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

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

border-color css

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

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

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