Html Css Color HEX #77465A Cosmic

📋 copy color: '#77465A'

red 119 ◦ green 70 ◦ blue 90

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

Shades of Cosmic #77465A

Tints of Cosmic #77465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

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

R = 42.65%
G = 25.09%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77465A (or 0x77465A) is known color: Cosmic. HEX triplet: 77, 46 and 5A. RGB value is (119,70,90). Sum of RGB (Red+Green+Blue) = 119+70+90=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77465A is #88B9A5. Grayscale: #565656. Windows color (decimal): -8960422 or 5916279. OLE color: 5916279.

HSL color Cylindrical-coordinate representation of color #77465A: hue angle of 335.51º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77465A is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 90 -
CMYK 0 0.41 0.24 0.53
HSL 335.51º 0.26% 0.37% -
HSV(B) 335.51º 0.41% 0.47% -
XYZ 11.64 9.04 10.8 -
YUV 86.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 119 70 90 0 0.41 0.24 0.53 335.51 0.26 0.37
Hex 77 46 5A 0 29 18 35 150 1A 25
Octal 167 106 132 0 51 30 65 520 32 45
Binary 1110111 1000110 1011010 0 101001 11000 110101 101010000 11010 100101

Color Harmonies of #77465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77465A

Black with #77465A

Text Example


Text Example

White with #77465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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