Html Css Color HEX #764465 Cosmic

📋 copy color: '#764465'

red 118 ◦ green 68 ◦ blue 101

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

Shades of Cosmic #764465

Tints of Cosmic #764465

RGB

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

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

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

R = 41.11%
G = 23.69%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#764465 (or 0x764465) is known color: Cosmic. HEX triplet: 76, 44 and 65. RGB value is (118,68,101). Sum of RGB (Red+Green+Blue) = 118+68+101=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764465 is #89BB9A. Grayscale: #565656. Windows color (decimal): -9026459 or 6636662. OLE color: 6636662.

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

Color convert

RGB 118 68 101 -
CMYK 0 0.42 0.14 0.54
HSL 320.4º 0.27% 0.36% -
HSV(B) 320.4º 0.42% 0.46% -
XYZ 11.89 8.93 13.41 -
YUV 86.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 118 68 101 0 0.42 0.14 0.54 320.4 0.27 0.36
Hex 76 44 65 0 2A E 36 140 1B 24
Octal 166 104 145 0 52 16 66 500 33 44
Binary 1110110 1000100 1100101 0 101010 1110 110110 101000000 11011 100100

Color Harmonies of #764465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764465

Black with #764465

Text Example


Text Example

White with #764465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764465; }

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

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

background-color css

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

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

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

border-color css

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

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

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