Html Css Color HEX #764460 Cosmic

📋 copy color: '#764460'

red 118 ◦ green 68 ◦ blue 96

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

Shades of Cosmic #764460

Tints of Cosmic #764460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

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

R = 41.84%
G = 24.11%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#764460 (or 0x764460) is known color: Cosmic. HEX triplet: 76, 44 and 60. RGB value is (118,68,96). Sum of RGB (Red+Green+Blue) = 118+68+96=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #764460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764460 is #89BB9F. Grayscale: #565656. Windows color (decimal): -9026464 or 6308982. OLE color: 6308982.

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

Color convert

RGB 118 68 96 -
CMYK 0 0.42 0.19 0.54
HSL 326.4º 0.27% 0.36% -
HSV(B) 326.4º 0.42% 0.46% -
XYZ 11.65 8.83 12.16 -
YUV 86.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 118 68 96 0 0.42 0.19 0.54 326.4 0.27 0.36
Hex 76 44 60 0 2A 13 36 146 1B 24
Octal 166 104 140 0 52 23 66 506 33 44
Binary 1110110 1000100 1100000 0 101010 10011 110110 101000110 11011 100100

Color Harmonies of #764460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764460

Black with #764460

Text Example


Text Example

White with #764460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764460; }

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

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

background-color css

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

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

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

border-color css

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

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

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