Html Css Color HEX #763E66 Cosmic

📋 copy color: '#763E66'

red 118 ◦ green 62 ◦ blue 102

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

Shades of Cosmic #763E66

Tints of Cosmic #763E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.99%

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

R = 41.84%
G = 21.99%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#763E66 (or 0x763E66) is known color: Cosmic. HEX triplet: 76, 3E and 66. RGB value is (118,62,102). Sum of RGB (Red+Green+Blue) = 118+62+102=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #763E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E66 is #89C199. Grayscale: #535353. Windows color (decimal): -9027994 or 6700662. OLE color: 6700662.

HSL color Cylindrical-coordinate representation of color #763E66: hue angle of 317.14º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763E66 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 62 102 -
CMYK 0 0.47 0.14 0.54
HSL 317.14º 0.31% 0.35% -
HSV(B) 317.14º 0.47% 0.46% -
XYZ 11.59 8.26 13.55 -
YUV 83.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 118 62 102 0 0.47 0.14 0.54 317.14 0.31 0.35
Hex 76 3E 66 0 2F E 36 13D 1F 23
Octal 166 76 146 0 57 16 66 475 37 43
Binary 1110110 111110 1100110 0 101111 1110 110110 100111101 11111 100011

Color Harmonies of #763E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E66

Black with #763E66

Text Example


Text Example

White with #763E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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