Html Css Color HEX #764661 Cosmic

📋 copy color: '#764661'

red 118 ◦ green 70 ◦ blue 97

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

Shades of Cosmic #764661

Tints of Cosmic #764661

RGB

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

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

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

R = 41.4%
G = 24.56%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#764661 (or 0x764661) is known color: Cosmic. HEX triplet: 76, 46 and 61. RGB value is (118,70,97). Sum of RGB (Red+Green+Blue) = 118+70+97=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764661 is #89B99E. Grayscale: #575757. Windows color (decimal): -9025951 or 6375030. OLE color: 6375030.

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

Color convert

RGB 118 70 97 -
CMYK 0 0.41 0.18 0.54
HSL 326.25º 0.26% 0.37% -
HSV(B) 326.25º 0.41% 0.46% -
XYZ 11.82 9.09 12.44 -
YUV 87.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 118 70 97 0 0.41 0.18 0.54 326.25 0.26 0.37
Hex 76 46 61 0 29 12 36 146 1A 25
Octal 166 106 141 0 51 22 66 506 32 45
Binary 1110110 1000110 1100001 0 101001 10010 110110 101000110 11010 100101

Color Harmonies of #764661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764661

Black with #764661

Text Example


Text Example

White with #764661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764661; }

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

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

background-color css

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

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

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

border-color css

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

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

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