Html Css Color HEX #76405F Cosmic

📋 copy color: '#76405F'

red 118 ◦ green 64 ◦ blue 95

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

Shades of Cosmic #76405F

Tints of Cosmic #76405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 42.6%
G = 23.1%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76405F (or 0x76405F) is known color: Cosmic. HEX triplet: 76, 40 and 5F. RGB value is (118,64,95). Sum of RGB (Red+Green+Blue) = 118+64+95=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76405F is #89BFA0. Grayscale: #535353. Windows color (decimal): -9027489 or 6242422. OLE color: 6242422.

HSL color Cylindrical-coordinate representation of color #76405F: hue angle of 325.56º 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 #76405F is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 95 -
CMYK 0 0.46 0.19 0.54
HSL 325.56º 0.3% 0.36% -
HSV(B) 325.56º 0.46% 0.46% -
XYZ 11.37 8.34 11.84 -
YUV 83.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 118 64 95 0 0.46 0.19 0.54 325.56 0.3 0.36
Hex 76 40 5F 0 2E 13 36 146 1E 24
Octal 166 100 137 0 56 23 66 506 36 44
Binary 1110110 1000000 1011111 0 101110 10011 110110 101000110 11110 100100

Color Harmonies of #76405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76405F

Black with #76405F

Text Example


Text Example

White with #76405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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