Html Css Color HEX #764466 Cosmic

📋 copy color: '#764466'

red 118 ◦ green 68 ◦ blue 102

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

Shades of Cosmic #764466

Tints of Cosmic #764466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.42%

R = 40.97%
G = 23.61%
B = 35.42%

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

#764466 (or 0x764466) is known color: Cosmic. HEX triplet: 76, 44 and 66. RGB value is (118,68,102). Sum of RGB (Red+Green+Blue) = 118+68+102=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764466 is #89BB99. Grayscale: #565656. Windows color (decimal): -9026458 or 6702198. OLE color: 6702198.

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

Color convert

RGB 118 68 102 -
CMYK 0 0.42 0.14 0.54
HSL 319.2º 0.27% 0.36% -
HSV(B) 319.2º 0.42% 0.46% -
XYZ 11.94 8.95 13.67 -
YUV 86.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 118 68 102 0 0.42 0.14 0.54 319.2 0.27 0.36
Hex 76 44 66 0 2A E 36 13F 1B 24
Octal 166 104 146 0 52 16 66 477 33 44
Binary 1110110 1000100 1100110 0 101010 1110 110110 100111111 11011 100100

Color Harmonies of #764466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764466

Black with #764466

Text Example


Text Example

White with #764466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764466; }

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

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

background-color css

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

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

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

border-color css

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

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

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