Html Css Color HEX #77385E Cosmic

📋 copy color: '#77385E'

red 119 ◦ green 56 ◦ blue 94

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

Shades of Cosmic #77385E

Tints of Cosmic #77385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.82%

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 44.24%
G = 20.82%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77385E (or 0x77385E) is known color: Cosmic. HEX triplet: 77, 38 and 5E. RGB value is (119,56,94). Sum of RGB (Red+Green+Blue) = 119+56+94=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77385E is #88C7A1. Grayscale: #4F4F4F. Windows color (decimal): -8964002 or 6174839. OLE color: 6174839.

HSL color Cylindrical-coordinate representation of color #77385E: hue angle of 323.81º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77385E is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 56 94 -
CMYK 0 0.53 0.21 0.53
HSL 323.81º 0.36% 0.34% -
HSV(B) 323.81º 0.53% 0.47% -
XYZ 11.04 7.56 11.47 -
YUV 79.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 119 56 94 0 0.53 0.21 0.53 323.81 0.36 0.34
Hex 77 38 5E 0 35 15 35 144 24 22
Octal 167 70 136 0 65 25 65 504 44 42
Binary 1110111 111000 1011110 0 110101 10101 110101 101000100 100100 100010

Color Harmonies of #77385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77385E

Black with #77385E

Text Example


Text Example

White with #77385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77385E; }

 p { color: rgb(119,56,94); }

 H1.HeaderClassName
 {
   color: #77385E;
 }
 .AnyTagClassName
 {
   color: #77385E;
 }
</style>

background-color css

<style>
 a { background-color: #77385E; }

 a { background-color: rgb(119,56,94); }

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

border-color css

<style>
 span { border-color: #77385E; }

 span { border-color: rgb(119,56,94); }

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