Html Css Color HEX #76455E Cosmic

📋 copy color: '#76455E'

red 118 ◦ green 69 ◦ blue 94

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

Shades of Cosmic #76455E

Tints of Cosmic #76455E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.56%

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

R = 41.99%
G = 24.56%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76455E (or 0x76455E) is known color: Cosmic. HEX triplet: 76, 45 and 5E. RGB value is (118,69,94). Sum of RGB (Red+Green+Blue) = 118+69+94=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76455E is #89BAA1. Grayscale: #565656. Windows color (decimal): -9026210 or 6178166. OLE color: 6178166.

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

Color convert

RGB 118 69 94 -
CMYK 0 0.42 0.20 0.54
HSL 329.39º 0.26% 0.37% -
HSV(B) 329.39º 0.42% 0.46% -
XYZ 11.62 8.92 11.7 -
YUV 86.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 118 69 94 0 0.42 0.20 0.54 329.39 0.26 0.37
Hex 76 45 5E 0 2A 14 36 149 1A 25
Octal 166 105 136 0 52 24 66 511 32 45
Binary 1110110 1000101 1011110 0 101010 10100 110110 101001001 11010 100101

Color Harmonies of #76455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76455E

Black with #76455E

Text Example


Text Example

White with #76455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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