Html Css Color HEX #76485B Cosmic

📋 copy color: '#76485B'

red 118 ◦ green 72 ◦ blue 91

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

Shades of Cosmic #76485B

Tints of Cosmic #76485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.62%

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

R = 41.99%
G = 25.62%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76485B (or 0x76485B) is known color: Cosmic. HEX triplet: 76, 48 and 5B. RGB value is (118,72,91). Sum of RGB (Red+Green+Blue) = 118+72+91=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76485B is #89B7A4. Grayscale: #575757. Windows color (decimal): -9025445 or 5982326. OLE color: 5982326.

HSL color Cylindrical-coordinate representation of color #76485B: hue angle of 335.22º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76485B is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 72 91 -
CMYK 0 0.39 0.23 0.54
HSL 335.22º 0.24% 0.37% -
HSV(B) 335.22º 0.39% 0.46% -
XYZ 11.68 9.24 11.07 -
YUV 87.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 118 72 91 0 0.39 0.23 0.54 335.22 0.24 0.37
Hex 76 48 5B 0 27 17 36 14F 18 25
Octal 166 110 133 0 47 27 66 517 30 45
Binary 1110110 1001000 1011011 0 100111 10111 110110 101001111 11000 100101

Color Harmonies of #76485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76485B

Black with #76485B

Text Example


Text Example

White with #76485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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