Html Css Color HEX #77445B Cosmic

📋 copy color: '#77445B'

red 119 ◦ green 68 ◦ blue 91

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

Shades of Cosmic #77445B

Tints of Cosmic #77445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 42.81%
G = 24.46%
B = 32.73%

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

#77445B (or 0x77445B) is known color: Cosmic. HEX triplet: 77, 44 and 5B. RGB value is (119,68,91). Sum of RGB (Red+Green+Blue) = 119+68+91=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77445B is #88BBA4. Grayscale: #555555. Windows color (decimal): -8960933 or 5981303. OLE color: 5981303.

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

Color convert

RGB 119 68 91 -
CMYK 0 0.43 0.24 0.53
HSL 332.94º 0.27% 0.37% -
HSV(B) 332.94º 0.43% 0.47% -
XYZ 11.56 8.81 10.99 -
YUV 85.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 119 68 91 0 0.43 0.24 0.53 332.94 0.27 0.37
Hex 77 44 5B 0 2B 18 35 14D 1B 25
Octal 167 104 133 0 53 30 65 515 33 45
Binary 1110111 1000100 1011011 0 101011 11000 110101 101001101 11011 100101

Color Harmonies of #77445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77445B

Black with #77445B

Text Example


Text Example

White with #77445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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