Html Css Color HEX #76475B Cosmic

📋 copy color: '#76475B'

red 118 ◦ green 71 ◦ blue 91

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

Shades of Cosmic #76475B

Tints of Cosmic #76475B

RGB

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

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

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

R = 42.14%
G = 25.36%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76475B (or 0x76475B) is known color: Cosmic. HEX triplet: 76, 47 and 5B. RGB value is (118,71,91). Sum of RGB (Red+Green+Blue) = 118+71+91=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76475B is #89B8A4. Grayscale: #575757. Windows color (decimal): -9025701 or 5982070. OLE color: 5982070.

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

Color convert

RGB 118 71 91 -
CMYK 0 0.40 0.23 0.54
HSL 334.47º 0.25% 0.37% -
HSV(B) 334.47º 0.4% 0.46% -
XYZ 11.61 9.11 11.04 -
YUV 87.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 118 71 91 0 0.40 0.23 0.54 334.47 0.25 0.37
Hex 76 47 5B 0 28 17 36 14E 19 25
Octal 166 107 133 0 50 27 66 516 31 45
Binary 1110110 1000111 1011011 0 101000 10111 110110 101001110 11001 100101

Color Harmonies of #76475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76475B

Black with #76475B

Text Example


Text Example

White with #76475B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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