Html Css Color HEX #77445A Cosmic

📋 copy color: '#77445A'

red 119 ◦ green 68 ◦ blue 90

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

Shades of Cosmic #77445A

Tints of Cosmic #77445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.55%

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

R = 42.96%
G = 24.55%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77445A (or 0x77445A) is known color: Cosmic. HEX triplet: 77, 44 and 5A. RGB value is (119,68,90). Sum of RGB (Red+Green+Blue) = 119+68+90=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77445A is #88BBA5. Grayscale: #555555. Windows color (decimal): -8960934 or 5915767. OLE color: 5915767.

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

Color convert

RGB 119 68 90 -
CMYK 0 0.43 0.24 0.53
HSL 334.12º 0.27% 0.37% -
HSV(B) 334.12º 0.43% 0.47% -
XYZ 11.52 8.79 10.76 -
YUV 85.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 119 68 90 0 0.43 0.24 0.53 334.12 0.27 0.37
Hex 77 44 5A 0 2B 18 35 14E 1B 25
Octal 167 104 132 0 53 30 65 516 33 45
Binary 1110111 1000100 1011010 0 101011 11000 110101 101001110 11011 100101

Color Harmonies of #77445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77445A

Black with #77445A

Text Example


Text Example

White with #77445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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