Html Css Color HEX #77405B Cosmic

📋 copy color: '#77405B'

red 119 ◦ green 64 ◦ blue 91

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

Shades of Cosmic #77405B

Tints of Cosmic #77405B

RGB

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

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

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

R = 43.43%
G = 23.36%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77405B (or 0x77405B) is known color: Cosmic. HEX triplet: 77, 40 and 5B. RGB value is (119,64,91). Sum of RGB (Red+Green+Blue) = 119+64+91=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #77405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77405B is #88BFA4. Grayscale: #535353. Windows color (decimal): -8961957 or 5980279. OLE color: 5980279.

HSL color Cylindrical-coordinate representation of color #77405B: hue angle of 330.55º 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 #77405B is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 64 91 -
CMYK 0 0.46 0.24 0.53
HSL 330.55º 0.3% 0.36% -
HSV(B) 330.55º 0.46% 0.47% -
XYZ 11.33 8.34 10.91 -
YUV 83.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 119 64 91 0 0.46 0.24 0.53 330.55 0.3 0.36
Hex 77 40 5B 0 2E 18 35 14B 1E 24
Octal 167 100 133 0 56 30 65 513 36 44
Binary 1110111 1000000 1011011 0 101110 11000 110101 101001011 11110 100100

Color Harmonies of #77405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77405B

Black with #77405B

Text Example


Text Example

White with #77405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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