Html Css Color HEX #77586B Cosmic

📋 copy color: '#77586B'

red 119 ◦ green 88 ◦ blue 107

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

Shades of Cosmic #77586B

Tints of Cosmic #77586B

RGB

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

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

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

R = 37.9%
G = 28.03%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77586B (or 0x77586B) is known color: Cosmic. HEX triplet: 77, 58 and 6B. RGB value is (119,88,107). Sum of RGB (Red+Green+Blue) = 119+88+107=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #77586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77586B is #88A794. Grayscale: #636363. Windows color (decimal): -8955797 or 7034999. OLE color: 7034999.

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

Color convert

RGB 119 88 107 -
CMYK 0 0.26 0.10 0.53
HSL 323.23º 0.15% 0.41% -
HSV(B) 323.23º 0.26% 0.47% -
XYZ 13.75 11.96 15.49 -
YUV 99.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 119 88 107 0 0.26 0.10 0.53 323.23 0.15 0.41
Hex 77 58 6B 0 1A A 35 143 F 29
Octal 167 130 153 0 32 12 65 503 17 51
Binary 1110111 1011000 1101011 0 11010 1010 110101 101000011 1111 101001

Color Harmonies of #77586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77586B

Black with #77586B

Text Example


Text Example

White with #77586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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