Html Css Color HEX #775962 Cosmic

📋 copy color: '#775962'

red 119 ◦ green 89 ◦ blue 98

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

Shades of Cosmic #775962

Tints of Cosmic #775962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.08%

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

R = 38.89%
G = 29.08%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#775962 (or 0x775962) is known color: Cosmic. HEX triplet: 77, 59 and 62. RGB value is (119,89,98). Sum of RGB (Red+Green+Blue) = 119+89+98=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #775962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775962 is #88A69D. Grayscale: #626262. Windows color (decimal): -8955550 or 6445431. OLE color: 6445431.

HSL color Cylindrical-coordinate representation of color #775962: hue angle of 342º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #775962 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 89 98 -
CMYK 0 0.25 0.18 0.53
HSL 342º 0.14% 0.41% -
HSV(B) 342º 0.25% 0.47% -
XYZ 13.38 11.95 13.16 -
YUV 99 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 119 89 98 0 0.25 0.18 0.53 342 0.14 0.41
Hex 77 59 62 0 19 12 35 156 E 29
Octal 167 131 142 0 31 22 65 526 16 51
Binary 1110111 1011001 1100010 0 11001 10010 110101 101010110 1110 101001

Color Harmonies of #775962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775962

Black with #775962

Text Example


Text Example

White with #775962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775962; }

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

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

background-color css

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

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

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

border-color css

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

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

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