Html Css Color HEX #774557 Cosmic

📋 copy color: '#774557'

red 119 ◦ green 69 ◦ blue 87

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

Shades of Cosmic #774557

Tints of Cosmic #774557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

 BLUE value IS 87 (34.38% from 255) = 31.64%

R = 43.27%
G = 25.09%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#774557 (or 0x774557) is known color: Cosmic. HEX triplet: 77, 45 and 57. RGB value is (119,69,87). Sum of RGB (Red+Green+Blue) = 119+69+87=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #774557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774557 is #88BAA8. Grayscale: #555555. Windows color (decimal): -8960681 or 5719415. OLE color: 5719415.

HSL color Cylindrical-coordinate representation of color #774557: hue angle of 338.4º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774557 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 69 87 -
CMYK 0 0.42 0.27 0.53
HSL 338.4º 0.27% 0.37% -
HSV(B) 338.4º 0.42% 0.47% -
XYZ 11.46 8.87 10.12 -
YUV 86 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 119 69 87 0 0.42 0.27 0.53 338.4 0.27 0.37
Hex 77 45 57 0 2A 1B 35 152 1B 25
Octal 167 105 127 0 52 33 65 522 33 45
Binary 1110111 1000101 1010111 0 101010 11011 110101 101010010 11011 100101

Color Harmonies of #774557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774557

Black with #774557

Text Example


Text Example

White with #774557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774557; }

 p { color: rgb(119,69,87); }

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

background-color css

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

 a { background-color: rgb(119,69,87); }

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

border-color css

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

 span { border-color: rgb(119,69,87); }

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