Html Css Color HEX #764566 Cosmic

📋 copy color: '#764566'

red 118 ◦ green 69 ◦ blue 102

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

Shades of Cosmic #764566

Tints of Cosmic #764566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

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

R = 40.83%
G = 23.88%
B = 35.29%

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

#764566 (or 0x764566) is known color: Cosmic. HEX triplet: 76, 45 and 66. RGB value is (118,69,102). Sum of RGB (Red+Green+Blue) = 118+69+102=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764566 is #89BA99. Grayscale: #575757. Windows color (decimal): -9026202 or 6702454. OLE color: 6702454.

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

Color convert

RGB 118 69 102 -
CMYK 0 0.42 0.14 0.54
HSL 319.59º 0.26% 0.37% -
HSV(B) 319.59º 0.42% 0.46% -
XYZ 12 9.07 13.69 -
YUV 87.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 118 69 102 0 0.42 0.14 0.54 319.59 0.26 0.37
Hex 76 45 66 0 2A E 36 140 1A 25
Octal 166 105 146 0 52 16 66 500 32 45
Binary 1110110 1000101 1100110 0 101010 1110 110110 101000000 11010 100101

Color Harmonies of #764566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764566

Black with #764566

Text Example


Text Example

White with #764566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764566; }

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

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

background-color css

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

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

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

border-color css

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

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

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