Html Css Color HEX #775565 Cosmic

📋 copy color: '#775565'

red 119 ◦ green 85 ◦ blue 101

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

Shades of Cosmic #775565

Tints of Cosmic #775565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 39.02%
G = 27.87%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#775565 (or 0x775565) is known color: Cosmic. HEX triplet: 77, 55 and 65. RGB value is (119,85,101). Sum of RGB (Red+Green+Blue) = 119+85+101=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775565 is #88AA9A. Grayscale: #606060. Windows color (decimal): -8956571 or 6641015. OLE color: 6641015.

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

Color convert

RGB 119 85 101 -
CMYK 0 0.29 0.15 0.53
HSL 331.76º 0.17% 0.4% -
HSV(B) 331.76º 0.29% 0.47% -
XYZ 13.21 11.36 13.81 -
YUV 96.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 119 85 101 0 0.29 0.15 0.53 331.76 0.17 0.4
Hex 77 55 65 0 1D F 35 14C 11 28
Octal 167 125 145 0 35 17 65 514 21 50
Binary 1110111 1010101 1100101 0 11101 1111 110101 101001100 10001 101000

Color Harmonies of #775565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775565

Black with #775565

Text Example


Text Example

White with #775565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775565; }

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

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

background-color css

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

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

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

border-color css

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

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

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