Html Css Color HEX #77395E Cosmic

📋 copy color: '#77395E'

red 119 ◦ green 57 ◦ blue 94

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

Shades of Cosmic #77395E

Tints of Cosmic #77395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

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

R = 44.07%
G = 21.11%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77395E (or 0x77395E) is known color: Cosmic. HEX triplet: 77, 39 and 5E. RGB value is (119,57,94). Sum of RGB (Red+Green+Blue) = 119+57+94=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #77395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77395E is #88C6A1. Grayscale: #4F4F4F. Windows color (decimal): -8963746 or 6175095. OLE color: 6175095.

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

Color convert

RGB 119 57 94 -
CMYK 0 0.52 0.21 0.53
HSL 324.19º 0.35% 0.35% -
HSV(B) 324.19º 0.52% 0.47% -
XYZ 11.09 7.66 11.48 -
YUV 79.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 119 57 94 0 0.52 0.21 0.53 324.19 0.35 0.35
Hex 77 39 5E 0 34 15 35 144 23 23
Octal 167 71 136 0 64 25 65 504 43 43
Binary 1110111 111001 1011110 0 110100 10101 110101 101000100 100011 100011

Color Harmonies of #77395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77395E

Black with #77395E

Text Example


Text Example

White with #77395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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