Html Css Color HEX #77405E Cosmic

📋 copy color: '#77405E'

red 119 ◦ green 64 ◦ blue 94

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

Shades of Cosmic #77405E

Tints of Cosmic #77405E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

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

R = 42.96%
G = 23.1%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77405E (or 0x77405E) is known color: Cosmic. HEX triplet: 77, 40 and 5E. RGB value is (119,64,94). Sum of RGB (Red+Green+Blue) = 119+64+94=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77405E is #88BFA1. Grayscale: #535353. Windows color (decimal): -8961954 or 6176887. OLE color: 6176887.

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

Color convert

RGB 119 64 94 -
CMYK 0 0.46 0.21 0.53
HSL 327.27º 0.3% 0.36% -
HSV(B) 327.27º 0.46% 0.47% -
XYZ 11.46 8.4 11.61 -
YUV 83.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 119 64 94 0 0.46 0.21 0.53 327.27 0.3 0.36
Hex 77 40 5E 0 2E 15 35 147 1E 24
Octal 167 100 136 0 56 25 65 507 36 44
Binary 1110111 1000000 1011110 0 101110 10101 110101 101000111 11110 100100

Color Harmonies of #77405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77405E

Black with #77405E

Text Example


Text Example

White with #77405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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