Html Css Color HEX #774857 Cosmic

📋 copy color: '#774857'

red 119 ◦ green 72 ◦ blue 87

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

Shades of Cosmic #774857

Tints of Cosmic #774857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.9%

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

R = 42.81%
G = 25.9%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#774857 (or 0x774857) is known color: Cosmic. HEX triplet: 77, 48 and 57. RGB value is (119,72,87). Sum of RGB (Red+Green+Blue) = 119+72+87=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #774857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774857 is #88B7A8. Grayscale: #575757. Windows color (decimal): -8959913 or 5720183. OLE color: 5720183.

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

Color convert

RGB 119 72 87 -
CMYK 0 0.39 0.27 0.53
HSL 340.85º 0.25% 0.37% -
HSV(B) 340.85º 0.39% 0.47% -
XYZ 11.65 9.24 10.19 -
YUV 87.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 119 72 87 0 0.39 0.27 0.53 340.85 0.25 0.37
Hex 77 48 57 0 27 1B 35 155 19 25
Octal 167 110 127 0 47 33 65 525 31 45
Binary 1110111 1001000 1010111 0 100111 11011 110101 101010101 11001 100101

Color Harmonies of #774857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774857

Black with #774857

Text Example


Text Example

White with #774857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774857; }

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

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

background-color css

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

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

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

border-color css

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

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

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