Html Css Color HEX #775362 Cosmic

📋 copy color: '#775362'

red 119 ◦ green 83 ◦ blue 98

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

Shades of Cosmic #775362

Tints of Cosmic #775362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 39.67%
G = 27.67%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#775362 (or 0x775362) is known color: Cosmic. HEX triplet: 77, 53 and 62. RGB value is (119,83,98). Sum of RGB (Red+Green+Blue) = 119+83+98=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #775362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775362 is #88AC9D. Grayscale: #5F5F5F. Windows color (decimal): -8957086 or 6443895. OLE color: 6443895.

HSL color Cylindrical-coordinate representation of color #775362: hue angle of 335º 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 #775362 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 98 -
CMYK 0 0.30 0.18 0.53
HSL 335º 0.18% 0.4% -
HSV(B) 335º 0.3% 0.47% -
XYZ 12.91 10.99 13 -
YUV 95.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 119 83 98 0 0.30 0.18 0.53 335 0.18 0.4
Hex 77 53 62 0 1E 12 35 14F 12 28
Octal 167 123 142 0 36 22 65 517 22 50
Binary 1110111 1010011 1100010 0 11110 10010 110101 101001111 10010 101000

Color Harmonies of #775362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775362

Black with #775362

Text Example


Text Example

White with #775362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775362; }

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

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

background-color css

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

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

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

border-color css

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

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

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