Html Css Color HEX #77455A Cosmic

📋 copy color: '#77455A'

red 119 ◦ green 69 ◦ blue 90

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

Shades of Cosmic #77455A

Tints of Cosmic #77455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

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

R = 42.81%
G = 24.82%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77455A (or 0x77455A) is known color: Cosmic. HEX triplet: 77, 45 and 5A. RGB value is (119,69,90). Sum of RGB (Red+Green+Blue) = 119+69+90=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77455A is #88BAA5. Grayscale: #565656. Windows color (decimal): -8960678 or 5916023. OLE color: 5916023.

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

Color convert

RGB 119 69 90 -
CMYK 0 0.42 0.24 0.53
HSL 334.8º 0.27% 0.37% -
HSV(B) 334.8º 0.42% 0.47% -
XYZ 11.58 8.92 10.78 -
YUV 86.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 119 69 90 0 0.42 0.24 0.53 334.8 0.27 0.37
Hex 77 45 5A 0 2A 18 35 14F 1B 25
Octal 167 105 132 0 52 30 65 517 33 45
Binary 1110111 1000101 1011010 0 101010 11000 110101 101001111 11011 100101

Color Harmonies of #77455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77455A

Black with #77455A

Text Example


Text Example

White with #77455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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