Html Css Color HEX #775665 Cosmic

📋 copy color: '#775665'

red 119 ◦ green 86 ◦ blue 101

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

Shades of Cosmic #775665

Tints of Cosmic #775665

RGB

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

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

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

R = 38.89%
G = 28.1%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#775665 (or 0x775665) is known color: Cosmic. HEX triplet: 77, 56 and 65. RGB value is (119,86,101). Sum of RGB (Red+Green+Blue) = 119+86+101=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #775665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775665 is #88A99A. Grayscale: #616161. Windows color (decimal): -8956315 or 6641271. OLE color: 6641271.

HSL color Cylindrical-coordinate representation of color #775665: hue angle of 332.73º 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 #775665 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 101 -
CMYK 0 0.28 0.15 0.53
HSL 332.73º 0.16% 0.4% -
HSV(B) 332.73º 0.28% 0.47% -
XYZ 13.28 11.52 13.83 -
YUV 97.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 119 86 101 0 0.28 0.15 0.53 332.73 0.16 0.4
Hex 77 56 65 0 1C F 35 14D 10 28
Octal 167 126 145 0 34 17 65 515 20 50
Binary 1110111 1010110 1100101 0 11100 1111 110101 101001101 10000 101000

Color Harmonies of #775665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775665

Black with #775665

Text Example


Text Example

White with #775665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775665; }

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

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

background-color css

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

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

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

border-color css

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

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

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