Html Css Color HEX #77445D Cosmic

📋 copy color: '#77445D'

red 119 ◦ green 68 ◦ blue 93

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

Shades of Cosmic #77445D

Tints of Cosmic #77445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 42.5%
G = 24.29%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#77445D (or 0x77445D) is known color: Cosmic. HEX triplet: 77, 44 and 5D. RGB value is (119,68,93). Sum of RGB (Red+Green+Blue) = 119+68+93=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77445D is #88BBA2. Grayscale: #565656. Windows color (decimal): -8960931 or 6112375. OLE color: 6112375.

HSL color Cylindrical-coordinate representation of color #77445D: hue angle of 330.59º 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 #77445D is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 68 93 -
CMYK 0 0.43 0.22 0.53
HSL 330.59º 0.27% 0.37% -
HSV(B) 330.59º 0.43% 0.47% -
XYZ 11.65 8.85 11.45 -
YUV 86.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 119 68 93 0 0.43 0.22 0.53 330.59 0.27 0.37
Hex 77 44 5D 0 2B 16 35 14B 1B 25
Octal 167 104 135 0 53 26 65 513 33 45
Binary 1110111 1000100 1011101 0 101011 10110 110101 101001011 11011 100101

Color Harmonies of #77445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77445D

Black with #77445D

Text Example


Text Example

White with #77445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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