Html Css Color HEX #77586A Cosmic

📋 copy color: '#77586A'

red 119 ◦ green 88 ◦ blue 106

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

Shades of Cosmic #77586A

Tints of Cosmic #77586A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

 BLUE value IS 106 (41.8% from 255) = 33.87%

R = 38.02%
G = 28.12%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77586A (or 0x77586A) is known color: Cosmic. HEX triplet: 77, 58 and 6A. RGB value is (119,88,106). Sum of RGB (Red+Green+Blue) = 119+88+106=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #77586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77586A is #88A795. Grayscale: #636363. Windows color (decimal): -8955798 or 6969463. OLE color: 6969463.

HSL color Cylindrical-coordinate representation of color #77586A: hue angle of 325.16º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77586A is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 106 -
CMYK 0 0.26 0.11 0.53
HSL 325.16º 0.15% 0.41% -
HSV(B) 325.16º 0.26% 0.47% -
XYZ 13.7 11.94 15.22 -
YUV 99.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 119 88 106 0 0.26 0.11 0.53 325.16 0.15 0.41
Hex 77 58 6A 0 1A B 35 145 F 29
Octal 167 130 152 0 32 13 65 505 17 51
Binary 1110111 1011000 1101010 0 11010 1011 110101 101000101 1111 101001

Color Harmonies of #77586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77586A

Black with #77586A

Text Example


Text Example

White with #77586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,88,106); }

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

background-color css

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

 a { background-color: rgb(119,88,106); }

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

border-color css

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

 span { border-color: rgb(119,88,106); }

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