Html Css Color HEX #754666 Cosmic

📋 copy color: '#754666'

red 117 ◦ green 70 ◦ blue 102

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

Shades of Cosmic #754666

Tints of Cosmic #754666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.22%

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

R = 40.48%
G = 24.22%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#754666 (or 0x754666) is known color: Cosmic. HEX triplet: 75, 46 and 66. RGB value is (117,70,102). Sum of RGB (Red+Green+Blue) = 117+70+102=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #754666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754666 is #8AB999. Grayscale: #575757. Windows color (decimal): -9091482 or 6702709. OLE color: 6702709.

HSL color Cylindrical-coordinate representation of color #754666: hue angle of 319.15º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754666 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 102 -
CMYK 0 0.40 0.13 0.54
HSL 319.15º 0.25% 0.37% -
HSV(B) 319.15º 0.4% 0.46% -
XYZ 11.92 9.12 13.7 -
YUV 87.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 117 70 102 0 0.40 0.13 0.54 319.15 0.25 0.37
Hex 75 46 66 0 28 D 36 13F 19 25
Octal 165 106 146 0 50 15 66 477 31 45
Binary 1110101 1000110 1100110 0 101000 1101 110110 100111111 11001 100101

Color Harmonies of #754666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754666

Black with #754666

Text Example


Text Example

White with #754666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754666; }

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

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

background-color css

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

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

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

border-color css

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

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

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