Html Css Color HEX #76415D Cosmic

📋 copy color: '#76415D'

red 118 ◦ green 65 ◦ blue 93

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

Shades of Cosmic #76415D

Tints of Cosmic #76415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 42.75%
G = 23.55%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76415D (or 0x76415D) is known color: Cosmic. HEX triplet: 76, 41 and 5D. RGB value is (118,65,93). Sum of RGB (Red+Green+Blue) = 118+65+93=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76415D is #89BEA2. Grayscale: #535353. Windows color (decimal): -9027235 or 6111606. OLE color: 6111606.

HSL color Cylindrical-coordinate representation of color #76415D: hue angle of 328.3º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76415D is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 93 -
CMYK 0 0.45 0.21 0.54
HSL 328.3º 0.29% 0.36% -
HSV(B) 328.3º 0.45% 0.46% -
XYZ 11.34 8.42 11.38 -
YUV 84.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 118 65 93 0 0.45 0.21 0.54 328.3 0.29 0.36
Hex 76 41 5D 0 2D 15 36 148 1D 24
Octal 166 101 135 0 55 25 66 510 35 44
Binary 1110110 1000001 1011101 0 101101 10101 110110 101001000 11101 100100

Color Harmonies of #76415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76415D

Black with #76415D

Text Example


Text Example

White with #76415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76415D; }

 p { color: rgb(118,65,93); }

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

background-color css

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

 a { background-color: rgb(118,65,93); }

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

border-color css

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

 span { border-color: rgb(118,65,93); }

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