Html Css Color HEX #76475A Cosmic

📋 copy color: '#76475A'

red 118 ◦ green 71 ◦ blue 90

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

Shades of Cosmic #76475A

Tints of Cosmic #76475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 42.29%
G = 25.45%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76475A (or 0x76475A) is known color: Cosmic. HEX triplet: 76, 47 and 5A. RGB value is (118,71,90). Sum of RGB (Red+Green+Blue) = 118+71+90=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76475A is #89B8A5. Grayscale: #575757. Windows color (decimal): -9025702 or 5916534. OLE color: 5916534.

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

Color convert

RGB 118 71 90 -
CMYK 0 0.40 0.24 0.54
HSL 335.74º 0.25% 0.37% -
HSV(B) 335.74º 0.4% 0.46% -
XYZ 11.57 9.1 10.82 -
YUV 87.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 118 71 90 0 0.40 0.24 0.54 335.74 0.25 0.37
Hex 76 47 5A 0 28 18 36 150 19 25
Octal 166 107 132 0 50 30 66 520 31 45
Binary 1110110 1000111 1011010 0 101000 11000 110110 101010000 11001 100101

Color Harmonies of #76475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76475A

Black with #76475A

Text Example


Text Example

White with #76475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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