Html Css Color HEX #775165 Cosmic

📋 copy color: '#775165'

red 119 ◦ green 81 ◦ blue 101

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

Shades of Cosmic #775165

Tints of Cosmic #775165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

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

R = 39.53%
G = 26.91%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#775165 (or 0x775165) is known color: Cosmic. HEX triplet: 77, 51 and 65. RGB value is (119,81,101). Sum of RGB (Red+Green+Blue) = 119+81+101=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #775165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775165 is #88AE9A. Grayscale: #5E5E5E. Windows color (decimal): -8957595 or 6639991. OLE color: 6639991.

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

Color convert

RGB 119 81 101 -
CMYK 0 0.32 0.15 0.53
HSL 328.42º 0.19% 0.39% -
HSV(B) 328.42º 0.32% 0.47% -
XYZ 12.9 10.75 13.71 -
YUV 94.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 119 81 101 0 0.32 0.15 0.53 328.42 0.19 0.39
Hex 77 51 65 0 20 F 35 148 13 27
Octal 167 121 145 0 40 17 65 510 23 47
Binary 1110111 1010001 1100101 0 100000 1111 110101 101001000 10011 100111

Color Harmonies of #775165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775165

Black with #775165

Text Example


Text Example

White with #775165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775165; }

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

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

background-color css

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

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

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

border-color css

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

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

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