Html Css Color HEX #775360 Cosmic

📋 copy color: '#775360'

red 119 ◦ green 83 ◦ blue 96

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

Shades of Cosmic #775360

Tints of Cosmic #775360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 39.93%
G = 27.85%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#775360 (or 0x775360) is known color: Cosmic. HEX triplet: 77, 53 and 60. RGB value is (119,83,96). Sum of RGB (Red+Green+Blue) = 119+83+96=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #775360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775360 is #88AC9F. Grayscale: #5F5F5F. Windows color (decimal): -8957088 or 6312823. OLE color: 6312823.

HSL color Cylindrical-coordinate representation of color #775360: hue angle of 338.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775360 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 96 -
CMYK 0 0.30 0.19 0.53
HSL 338.33º 0.18% 0.4% -
HSV(B) 338.33º 0.3% 0.47% -
XYZ 12.81 10.95 12.51 -
YUV 95.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 119 83 96 0 0.30 0.19 0.53 338.33 0.18 0.4
Hex 77 53 60 0 1E 13 35 152 12 28
Octal 167 123 140 0 36 23 65 522 22 50
Binary 1110111 1010011 1100000 0 11110 10011 110101 101010010 10010 101000

Color Harmonies of #775360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775360

Black with #775360

Text Example


Text Example

White with #775360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775360; }

 p { color: rgb(119,83,96); }

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

background-color css

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

 a { background-color: rgb(119,83,96); }

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

border-color css

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

 span { border-color: rgb(119,83,96); }

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