Html Css Color HEX #76475D Cosmic

📋 copy color: '#76475D'

red 118 ◦ green 71 ◦ blue 93

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

Shades of Cosmic #76475D

Tints of Cosmic #76475D

RGB

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

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

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

R = 41.84%
G = 25.18%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76475D (or 0x76475D) is known color: Cosmic. HEX triplet: 76, 47 and 5D. RGB value is (118,71,93). Sum of RGB (Red+Green+Blue) = 118+71+93=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76475D is #89B8A2. Grayscale: #575757. Windows color (decimal): -9025699 or 6113142. OLE color: 6113142.

HSL color Cylindrical-coordinate representation of color #76475D: hue angle of 331.91º 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 #76475D is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 93 -
CMYK 0 0.40 0.21 0.54
HSL 331.91º 0.25% 0.37% -
HSV(B) 331.91º 0.4% 0.46% -
XYZ 11.7 9.15 11.51 -
YUV 87.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 118 71 93 0 0.40 0.21 0.54 331.91 0.25 0.37
Hex 76 47 5D 0 28 15 36 14C 19 25
Octal 166 107 135 0 50 25 66 514 31 45
Binary 1110110 1000111 1011101 0 101000 10101 110110 101001100 11001 100101

Color Harmonies of #76475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76475D

Black with #76475D

Text Example


Text Example

White with #76475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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