Html Css Color HEX #77446B Cosmic

📋 copy color: '#77446B'

red 119 ◦ green 68 ◦ blue 107

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

Shades of Cosmic #77446B

Tints of Cosmic #77446B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 40.48%
G = 23.13%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77446B (or 0x77446B) is known color: Cosmic. HEX triplet: 77, 44 and 6B. RGB value is (119,68,107). Sum of RGB (Red+Green+Blue) = 119+68+107=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77446B is #88BB94. Grayscale: #575757. Windows color (decimal): -8960917 or 7029879. OLE color: 7029879.

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

Color convert

RGB 119 68 107 -
CMYK 0 0.43 0.10 0.53
HSL 314.12º 0.27% 0.37% -
HSV(B) 314.12º 0.43% 0.47% -
XYZ 12.33 9.12 15.02 -
YUV 87.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 119 68 107 0 0.43 0.10 0.53 314.12 0.27 0.37
Hex 77 44 6B 0 2B A 35 13A 1B 25
Octal 167 104 153 0 53 12 65 472 33 45
Binary 1110111 1000100 1101011 0 101011 1010 110101 100111010 11011 100101

Color Harmonies of #77446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77446B

Black with #77446B

Text Example


Text Example

White with #77446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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