Html Css Color HEX #774C59 Cosmic

📋 copy color: '#774C59'

red 119 ◦ green 76 ◦ blue 89

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

Shades of Cosmic #774C59

Tints of Cosmic #774C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.76%

 BLUE value IS 89 (35.16% from 255) = 31.34%

R = 41.9%
G = 26.76%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#774C59 (or 0x774C59) is known color: Cosmic. HEX triplet: 77, 4C and 59. RGB value is (119,76,89). Sum of RGB (Red+Green+Blue) = 119+76+89=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #774C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C59 is #88B3A6. Grayscale: #5A5A5A. Windows color (decimal): -8958887 or 5852279. OLE color: 5852279.

HSL color Cylindrical-coordinate representation of color #774C59: hue angle of 341.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #774C59 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 89 -
CMYK 0 0.36 0.25 0.53
HSL 341.86º 0.22% 0.38% -
HSV(B) 341.86º 0.36% 0.47% -
XYZ 12 9.81 10.71 -
YUV 90.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 119 76 89 0 0.36 0.25 0.53 341.86 0.22 0.38
Hex 77 4C 59 0 24 19 35 156 16 26
Octal 167 114 131 0 44 31 65 526 26 46
Binary 1110111 1001100 1011001 0 100100 11001 110101 101010110 10110 100110

Color Harmonies of #774C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C59

Black with #774C59

Text Example


Text Example

White with #774C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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