Html Css Color HEX #77455B Cosmic

📋 copy color: '#77455B'

red 119 ◦ green 69 ◦ blue 91

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

Shades of Cosmic #77455B

Tints of Cosmic #77455B

RGB

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

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

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

R = 42.65%
G = 24.73%
B = 32.62%

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

#77455B (or 0x77455B) is known color: Cosmic. HEX triplet: 77, 45 and 5B. RGB value is (119,69,91). Sum of RGB (Red+Green+Blue) = 119+69+91=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77455B is #88BAA4. Grayscale: #565656. Windows color (decimal): -8960677 or 5981559. OLE color: 5981559.

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

Color convert

RGB 119 69 91 -
CMYK 0 0.42 0.24 0.53
HSL 333.6º 0.27% 0.37% -
HSV(B) 333.6º 0.42% 0.47% -
XYZ 11.62 8.93 11.01 -
YUV 86.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 119 69 91 0 0.42 0.24 0.53 333.6 0.27 0.37
Hex 77 45 5B 0 2A 18 35 14E 1B 25
Octal 167 105 133 0 52 30 65 516 33 45
Binary 1110111 1000101 1011011 0 101010 11000 110101 101001110 11011 100101

Color Harmonies of #77455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77455B

Black with #77455B

Text Example


Text Example

White with #77455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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