Html Css Color HEX #77485B Cosmic

📋 copy color: '#77485B'

red 119 ◦ green 72 ◦ blue 91

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

Shades of Cosmic #77485B

Tints of Cosmic #77485B

RGB

 RED value IS 119 (46.88% from 255) = 42.2%

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

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

R = 42.2%
G = 25.53%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77485B (or 0x77485B) is known color: Cosmic. HEX triplet: 77, 48 and 5B. RGB value is (119,72,91). Sum of RGB (Red+Green+Blue) = 119+72+91=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77485B is #88B7A4. Grayscale: #585858. Windows color (decimal): -8959909 or 5982327. OLE color: 5982327.

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

Color convert

RGB 119 72 91 -
CMYK 0 0.39 0.24 0.53
HSL 335.74º 0.25% 0.37% -
HSV(B) 335.74º 0.39% 0.47% -
XYZ 11.81 9.31 11.07 -
YUV 88.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 119 72 91 0 0.39 0.24 0.53 335.74 0.25 0.37
Hex 77 48 5B 0 27 18 35 150 19 25
Octal 167 110 133 0 47 30 65 520 31 45
Binary 1110111 1001000 1011011 0 100111 11000 110101 101010000 11001 100101

Color Harmonies of #77485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77485B

Black with #77485B

Text Example


Text Example

White with #77485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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