Html Css Color HEX #764660 Cosmic

📋 copy color: '#764660'

red 118 ◦ green 70 ◦ blue 96

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

Shades of Cosmic #764660

Tints of Cosmic #764660

RGB

 RED value IS 118 (46.48% from 255) = 41.55%

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

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 41.55%
G = 24.65%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#764660 (or 0x764660) is known color: Cosmic. HEX triplet: 76, 46 and 60. RGB value is (118,70,96). Sum of RGB (Red+Green+Blue) = 118+70+96=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #764660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764660 is #89B99F. Grayscale: #575757. Windows color (decimal): -9025952 or 6309494. OLE color: 6309494.

HSL color Cylindrical-coordinate representation of color #764660: hue angle of 327.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #764660 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 96 -
CMYK 0 0.41 0.19 0.54
HSL 327.5º 0.26% 0.37% -
HSV(B) 327.5º 0.41% 0.46% -
XYZ 11.77 9.08 12.2 -
YUV 87.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 118 70 96 0 0.41 0.19 0.54 327.5 0.26 0.37
Hex 76 46 60 0 29 13 36 148 1A 25
Octal 166 106 140 0 51 23 66 510 32 45
Binary 1110110 1000110 1100000 0 101001 10011 110110 101001000 11010 100101

Color Harmonies of #764660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764660

Black with #764660

Text Example


Text Example

White with #764660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764660; }

 p { color: rgb(118,70,96); }

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

background-color css

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

 a { background-color: rgb(118,70,96); }

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

border-color css

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

 span { border-color: rgb(118,70,96); }

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