Html Css Color HEX #77415D Cosmic

📋 copy color: '#77415D'

red 119 ◦ green 65 ◦ blue 93

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

Shades of Cosmic #77415D

Tints of Cosmic #77415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 42.96%
G = 23.47%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77415D (or 0x77415D) is known color: Cosmic. HEX triplet: 77, 41 and 5D. RGB value is (119,65,93). Sum of RGB (Red+Green+Blue) = 119+65+93=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77415D is #88BEA2. Grayscale: #545454. Windows color (decimal): -8961699 or 6111607. OLE color: 6111607.

HSL color Cylindrical-coordinate representation of color #77415D: hue angle of 328.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77415D is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 93 -
CMYK 0 0.45 0.22 0.53
HSL 328.89º 0.29% 0.36% -
HSV(B) 328.89º 0.45% 0.47% -
XYZ 11.47 8.49 11.39 -
YUV 84.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 119 65 93 0 0.45 0.22 0.53 328.89 0.29 0.36
Hex 77 41 5D 0 2D 16 35 149 1D 24
Octal 167 101 135 0 55 26 65 511 35 44
Binary 1110111 1000001 1011101 0 101101 10110 110101 101001001 11101 100100

Color Harmonies of #77415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77415D

Black with #77415D

Text Example


Text Example

White with #77415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77415D; }

 p { color: rgb(119,65,93); }

 H1.HeaderClassName
 {
   color: #77415D;
 }
 .AnyTagClassName
 {
   color: #77415D;
 }
</style>

background-color css

<style>
 a { background-color: #77415D; }

 a { background-color: rgb(119,65,93); }

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

border-color css

<style>
 span { border-color: #77415D; }

 span { border-color: rgb(119,65,93); }

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