Html Css Color HEX #77415C Cosmic

📋 copy color: '#77415C'

red 119 ◦ green 65 ◦ blue 92

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

Shades of Cosmic #77415C

Tints of Cosmic #77415C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.33%

R = 43.12%
G = 23.55%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77415C (or 0x77415C) is known color: Cosmic. HEX triplet: 77, 41 and 5C. RGB value is (119,65,92). Sum of RGB (Red+Green+Blue) = 119+65+92=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77415C is #88BEA3. Grayscale: #545454. Windows color (decimal): -8961700 or 6046071. OLE color: 6046071.

HSL color Cylindrical-coordinate representation of color #77415C: hue angle of 330º 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 #77415C is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 92 -
CMYK 0 0.45 0.23 0.53
HSL 330º 0.29% 0.36% -
HSV(B) 330º 0.45% 0.47% -
XYZ 11.43 8.48 11.16 -
YUV 84.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 119 65 92 0 0.45 0.23 0.53 330 0.29 0.36
Hex 77 41 5C 0 2D 17 35 14A 1D 24
Octal 167 101 134 0 55 27 65 512 35 44
Binary 1110111 1000001 1011100 0 101101 10111 110101 101001010 11101 100100

Color Harmonies of #77415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77415C

Black with #77415C

Text Example


Text Example

White with #77415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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