Html Css Color HEX #77565F Cosmic

📋 copy color: '#77565F'

red 119 ◦ green 86 ◦ blue 95

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

Shades of Cosmic #77565F

Tints of Cosmic #77565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.67%

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 39.67%
G = 28.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77565F (or 0x77565F) is known color: Cosmic. HEX triplet: 77, 56 and 5F. RGB value is (119,86,95). Sum of RGB (Red+Green+Blue) = 119+86+95=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77565F is #88A9A0. Grayscale: #606060. Windows color (decimal): -8956321 or 6248055. OLE color: 6248055.

HSL color Cylindrical-coordinate representation of color #77565F: hue angle of 343.64º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77565F is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 95 -
CMYK 0 0.28 0.20 0.53
HSL 343.64º 0.16% 0.4% -
HSV(B) 343.64º 0.28% 0.47% -
XYZ 13 11.4 12.34 -
YUV 96.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 119 86 95 0 0.28 0.20 0.53 343.64 0.16 0.4
Hex 77 56 5F 0 1C 14 35 158 10 28
Octal 167 126 137 0 34 24 65 530 20 50
Binary 1110111 1010110 1011111 0 11100 10100 110101 101011000 10000 101000

Color Harmonies of #77565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77565F

Black with #77565F

Text Example


Text Example

White with #77565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77565F; }

 p { color: rgb(119,86,95); }

 H1.HeaderClassName
 {
   color: #77565F;
 }
 .AnyTagClassName
 {
   color: #77565F;
 }
</style>

background-color css

<style>
 a { background-color: #77565F; }

 a { background-color: rgb(119,86,95); }

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

border-color css

<style>
 span { border-color: #77565F; }

 span { border-color: rgb(119,86,95); }

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