Html Css Color HEX #775A65 Cosmic

📋 copy color: '#775A65'

red 119 ◦ green 90 ◦ blue 101

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

Shades of Cosmic #775A65

Tints of Cosmic #775A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.03%

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

R = 38.39%
G = 29.03%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#775A65 (or 0x775A65) is known color: Cosmic. HEX triplet: 77, 5A and 65. RGB value is (119,90,101). Sum of RGB (Red+Green+Blue) = 119+90+101=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #775A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A65 is #88A59A. Grayscale: #636363. Windows color (decimal): -8955291 or 6642295. OLE color: 6642295.

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

Color convert

RGB 119 90 101 -
CMYK 0 0.24 0.15 0.53
HSL 337.24º 0.14% 0.41% -
HSV(B) 337.24º 0.24% 0.47% -
XYZ 13.61 12.17 13.94 -
YUV 99.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 119 90 101 0 0.24 0.15 0.53 337.24 0.14 0.41
Hex 77 5A 65 0 18 F 35 151 E 29
Octal 167 132 145 0 30 17 65 521 16 51
Binary 1110111 1011010 1100101 0 11000 1111 110101 101010001 1110 101001

Color Harmonies of #775A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A65

Black with #775A65

Text Example


Text Example

White with #775A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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