Html Css Color HEX #76415B Cosmic

📋 copy color: '#76415B'

red 118 ◦ green 65 ◦ blue 91

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

Shades of Cosmic #76415B

Tints of Cosmic #76415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.21%

R = 43.07%
G = 23.72%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76415B (or 0x76415B) is known color: Cosmic. HEX triplet: 76, 41 and 5B. RGB value is (118,65,91). Sum of RGB (Red+Green+Blue) = 118+65+91=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76415B is #89BEA4. Grayscale: #535353. Windows color (decimal): -9027237 or 5980534. OLE color: 5980534.

HSL color Cylindrical-coordinate representation of color #76415B: hue angle of 330.57º 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 #76415B is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 91 -
CMYK 0 0.45 0.23 0.54
HSL 330.57º 0.29% 0.36% -
HSV(B) 330.57º 0.45% 0.46% -
XYZ 11.25 8.39 10.92 -
YUV 83.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 118 65 91 0 0.45 0.23 0.54 330.57 0.29 0.36
Hex 76 41 5B 0 2D 17 36 14B 1D 24
Octal 166 101 133 0 55 27 66 513 35 44
Binary 1110110 1000001 1011011 0 101101 10111 110110 101001011 11101 100100

Color Harmonies of #76415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76415B

Black with #76415B

Text Example


Text Example

White with #76415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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