Html Css Color HEX #76405B Cosmic

📋 copy color: '#76405B'

red 118 ◦ green 64 ◦ blue 91

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

Shades of Cosmic #76405B

Tints of Cosmic #76405B

RGB

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

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

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

R = 43.22%
G = 23.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76405B (or 0x76405B) is known color: Cosmic. HEX triplet: 76, 40 and 5B. RGB value is (118,64,91). Sum of RGB (Red+Green+Blue) = 118+64+91=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #76405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76405B is #89BFA4. Grayscale: #535353. Windows color (decimal): -9027493 or 5980278. OLE color: 5980278.

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

Color convert

RGB 118 64 91 -
CMYK 0 0.46 0.23 0.54
HSL 330º 0.3% 0.36% -
HSV(B) 330º 0.46% 0.46% -
XYZ 11.19 8.27 10.9 -
YUV 83.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 118 64 91 0 0.46 0.23 0.54 330 0.3 0.36
Hex 76 40 5B 0 2E 17 36 14A 1E 24
Octal 166 100 133 0 56 27 66 512 36 44
Binary 1110110 1000000 1011011 0 101110 10111 110110 101001010 11110 100100

Color Harmonies of #76405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76405B

Black with #76405B

Text Example


Text Example

White with #76405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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