Html Css Color HEX #77415A Cosmic

📋 copy color: '#77415A'

red 119 ◦ green 65 ◦ blue 90

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

Shades of Cosmic #77415A

Tints of Cosmic #77415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.85%

R = 43.43%
G = 23.72%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77415A (or 0x77415A) is known color: Cosmic. HEX triplet: 77, 41 and 5A. RGB value is (119,65,90). Sum of RGB (Red+Green+Blue) = 119+65+90=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #77415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77415A is #88BEA5. Grayscale: #535353. Windows color (decimal): -8961702 or 5914999. OLE color: 5914999.

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

Color convert

RGB 119 65 90 -
CMYK 0 0.45 0.24 0.53
HSL 332.22º 0.29% 0.36% -
HSV(B) 332.22º 0.45% 0.47% -
XYZ 11.34 8.44 10.7 -
YUV 84 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 119 65 90 0 0.45 0.24 0.53 332.22 0.29 0.36
Hex 77 41 5A 0 2D 18 35 14C 1D 24
Octal 167 101 132 0 55 30 65 514 35 44
Binary 1110111 1000001 1011010 0 101101 11000 110101 101001100 11101 100100

Color Harmonies of #77415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77415A

Black with #77415A

Text Example


Text Example

White with #77415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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