Html Css Color HEX #76475E Cosmic

📋 copy color: '#76475E'

red 118 ◦ green 71 ◦ blue 94

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

Shades of Cosmic #76475E

Tints of Cosmic #76475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

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

R = 41.7%
G = 25.09%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76475E (or 0x76475E) is known color: Cosmic. HEX triplet: 76, 47 and 5E. RGB value is (118,71,94). Sum of RGB (Red+Green+Blue) = 118+71+94=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76475E is #89B8A1. Grayscale: #575757. Windows color (decimal): -9025698 or 6178678. OLE color: 6178678.

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

Color convert

RGB 118 71 94 -
CMYK 0 0.40 0.20 0.54
HSL 330.64º 0.25% 0.37% -
HSV(B) 330.64º 0.4% 0.46% -
XYZ 11.74 9.17 11.74 -
YUV 87.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 118 71 94 0 0.40 0.20 0.54 330.64 0.25 0.37
Hex 76 47 5E 0 28 14 36 14B 19 25
Octal 166 107 136 0 50 24 66 513 31 45
Binary 1110110 1000111 1011110 0 101000 10100 110110 101001011 11001 100101

Color Harmonies of #76475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76475E

Black with #76475E

Text Example


Text Example

White with #76475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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