Html Css Color HEX #77405F Cosmic

📋 copy color: '#77405F'

red 119 ◦ green 64 ◦ blue 95

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

Shades of Cosmic #77405F

Tints of Cosmic #77405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.17%

R = 42.81%
G = 23.02%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77405F (or 0x77405F) is known color: Cosmic. HEX triplet: 77, 40 and 5F. RGB value is (119,64,95). Sum of RGB (Red+Green+Blue) = 119+64+95=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77405F is #88BFA0. Grayscale: #535353. Windows color (decimal): -8961953 or 6242423. OLE color: 6242423.

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

Color convert

RGB 119 64 95 -
CMYK 0 0.46 0.20 0.53
HSL 326.18º 0.3% 0.36% -
HSV(B) 326.18º 0.46% 0.47% -
XYZ 11.51 8.41 11.84 -
YUV 83.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 119 64 95 0 0.46 0.20 0.53 326.18 0.3 0.36
Hex 77 40 5F 0 2E 14 35 146 1E 24
Octal 167 100 137 0 56 24 65 506 36 44
Binary 1110111 1000000 1011111 0 101110 10100 110101 101000110 11110 100100

Color Harmonies of #77405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77405F

Black with #77405F

Text Example


Text Example

White with #77405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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