Html Css Color HEX #76405E Cosmic

📋 copy color: '#76405E'

red 118 ◦ green 64 ◦ blue 94

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

Shades of Cosmic #76405E

Tints of Cosmic #76405E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 42.75%
G = 23.19%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76405E (or 0x76405E) is known color: Cosmic. HEX triplet: 76, 40 and 5E. RGB value is (118,64,94). Sum of RGB (Red+Green+Blue) = 118+64+94=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76405E is #89BFA1. Grayscale: #535353. Windows color (decimal): -9027490 or 6176886. OLE color: 6176886.

HSL color Cylindrical-coordinate representation of color #76405E: hue angle of 326.67º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76405E is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 94 -
CMYK 0 0.46 0.20 0.54
HSL 326.67º 0.3% 0.36% -
HSV(B) 326.67º 0.46% 0.46% -
XYZ 11.32 8.33 11.6 -
YUV 83.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 118 64 94 0 0.46 0.20 0.54 326.67 0.3 0.36
Hex 76 40 5E 0 2E 14 36 147 1E 24
Octal 166 100 136 0 56 24 66 507 36 44
Binary 1110110 1000000 1011110 0 101110 10100 110110 101000111 11110 100100

Color Harmonies of #76405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76405E

Black with #76405E

Text Example


Text Example

White with #76405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76405E; }

 p { color: rgb(118,64,94); }

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

background-color css

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

 a { background-color: rgb(118,64,94); }

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

border-color css

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

 span { border-color: rgb(118,64,94); }

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