Html Css Color HEX #764665 Cosmic

📋 copy color: '#764665'

red 118 ◦ green 70 ◦ blue 101

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

Shades of Cosmic #764665

Tints of Cosmic #764665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 40.83%
G = 24.22%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#764665 (or 0x764665) is known color: Cosmic. HEX triplet: 76, 46 and 65. RGB value is (118,70,101). Sum of RGB (Red+Green+Blue) = 118+70+101=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764665 is #89B99A. Grayscale: #575757. Windows color (decimal): -9025947 or 6637174. OLE color: 6637174.

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

Color convert

RGB 118 70 101 -
CMYK 0 0.41 0.14 0.54
HSL 321.25º 0.26% 0.37% -
HSV(B) 321.25º 0.41% 0.46% -
XYZ 12.01 9.17 13.45 -
YUV 87.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 118 70 101 0 0.41 0.14 0.54 321.25 0.26 0.37
Hex 76 46 65 0 29 E 36 141 1A 25
Octal 166 106 145 0 51 16 66 501 32 45
Binary 1110110 1000110 1100101 0 101001 1110 110110 101000001 11010 100101

Color Harmonies of #764665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764665

Black with #764665

Text Example


Text Example

White with #764665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764665; }

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

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

background-color css

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

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

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

border-color css

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

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

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