Html Css Color HEX #775765 Cosmic

📋 copy color: '#775765'

red 119 ◦ green 87 ◦ blue 101

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

Shades of Cosmic #775765

Tints of Cosmic #775765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 38.76%
G = 28.34%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#775765 (or 0x775765) is known color: Cosmic. HEX triplet: 77, 57 and 65. RGB value is (119,87,101). Sum of RGB (Red+Green+Blue) = 119+87+101=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #775765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775765 is #88A89A. Grayscale: #626262. Windows color (decimal): -8956059 or 6641527. OLE color: 6641527.

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

Color convert

RGB 119 87 101 -
CMYK 0 0.27 0.15 0.53
HSL 333.75º 0.16% 0.4% -
HSV(B) 333.75º 0.27% 0.47% -
XYZ 13.36 11.68 13.86 -
YUV 98.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 119 87 101 0 0.27 0.15 0.53 333.75 0.16 0.4
Hex 77 57 65 0 1B F 35 14E 10 28
Octal 167 127 145 0 33 17 65 516 20 50
Binary 1110111 1010111 1100101 0 11011 1111 110101 101001110 10000 101000

Color Harmonies of #775765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775765

Black with #775765

Text Example


Text Example

White with #775765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775765; }

 p { color: rgb(119,87,101); }

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

background-color css

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

 a { background-color: rgb(119,87,101); }

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

border-color css

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

 span { border-color: rgb(119,87,101); }

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