Html Css Color HEX #775065 Cosmic

📋 copy color: '#775065'

red 119 ◦ green 80 ◦ blue 101

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

Shades of Cosmic #775065

Tints of Cosmic #775065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

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

R = 39.67%
G = 26.67%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#775065 (or 0x775065) is known color: Cosmic. HEX triplet: 77, 50 and 65. RGB value is (119,80,101). Sum of RGB (Red+Green+Blue) = 119+80+101=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #775065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775065 is #88AF9A. Grayscale: #5E5E5E. Windows color (decimal): -8957851 or 6639735. OLE color: 6639735.

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

Color convert

RGB 119 80 101 -
CMYK 0 0.33 0.15 0.53
HSL 327.69º 0.2% 0.39% -
HSV(B) 327.69º 0.33% 0.47% -
XYZ 12.83 10.6 13.68 -
YUV 94.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 119 80 101 0 0.33 0.15 0.53 327.69 0.2 0.39
Hex 77 50 65 0 21 F 35 148 14 27
Octal 167 120 145 0 41 17 65 510 24 47
Binary 1110111 1010000 1100101 0 100001 1111 110101 101001000 10100 100111

Color Harmonies of #775065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775065

Black with #775065

Text Example


Text Example

White with #775065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775065; }

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

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

background-color css

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

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

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

border-color css

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

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

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