Html Css Color HEX #77485C Cosmic

📋 copy color: '#77485C'

red 119 ◦ green 72 ◦ blue 92

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

Shades of Cosmic #77485C

Tints of Cosmic #77485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 42.05%
G = 25.44%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77485C (or 0x77485C) is known color: Cosmic. HEX triplet: 77, 48 and 5C. RGB value is (119,72,92). Sum of RGB (Red+Green+Blue) = 119+72+92=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #77485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77485C is #88B7A3. Grayscale: #585858. Windows color (decimal): -8959908 or 6047863. OLE color: 6047863.

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

Color convert

RGB 119 72 92 -
CMYK 0 0.39 0.23 0.53
HSL 334.47º 0.25% 0.37% -
HSV(B) 334.47º 0.39% 0.47% -
XYZ 11.86 9.33 11.3 -
YUV 88.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 119 72 92 0 0.39 0.23 0.53 334.47 0.25 0.37
Hex 77 48 5C 0 27 17 35 14E 19 25
Octal 167 110 134 0 47 27 65 516 31 45
Binary 1110111 1001000 1011100 0 100111 10111 110101 101001110 11001 100101

Color Harmonies of #77485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77485C

Black with #77485C

Text Example


Text Example

White with #77485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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