Html Css Color HEX #754661 Cosmic

📋 copy color: '#754661'

red 117 ◦ green 70 ◦ blue 97

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

Shades of Cosmic #754661

Tints of Cosmic #754661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 41.2%
G = 24.65%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#754661 (or 0x754661) is known color: Cosmic. HEX triplet: 75, 46 and 61. RGB value is (117,70,97). Sum of RGB (Red+Green+Blue) = 117+70+97=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #754661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754661 is #8AB99E. Grayscale: #575757. Windows color (decimal): -9091487 or 6375029. OLE color: 6375029.

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

Color convert

RGB 117 70 97 -
CMYK 0 0.40 0.17 0.54
HSL 325.53º 0.25% 0.37% -
HSV(B) 325.53º 0.4% 0.46% -
XYZ 11.68 9.03 12.44 -
YUV 87.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 117 70 97 0 0.40 0.17 0.54 325.53 0.25 0.37
Hex 75 46 61 0 28 11 36 146 19 25
Octal 165 106 141 0 50 21 66 506 31 45
Binary 1110101 1000110 1100001 0 101000 10001 110110 101000110 11001 100101

Color Harmonies of #754661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754661

Black with #754661

Text Example


Text Example

White with #754661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754661; }

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

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

background-color css

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

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

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

border-color css

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

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

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