Html Css Color HEX #774B57 Cosmic

📋 copy color: '#774B57'

red 119 ◦ green 75 ◦ blue 87

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

Shades of Cosmic #774B57

Tints of Cosmic #774B57

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.69%

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

R = 42.35%
G = 26.69%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#774B57 (or 0x774B57) is known color: Cosmic. HEX triplet: 77, 4B and 57. RGB value is (119,75,87). Sum of RGB (Red+Green+Blue) = 119+75+87=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #774B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B57 is #88B4A8. Grayscale: #595959. Windows color (decimal): -8959145 or 5720951. OLE color: 5720951.

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

Color convert

RGB 119 75 87 -
CMYK 0 0.37 0.27 0.53
HSL 343.64º 0.23% 0.38% -
HSV(B) 343.64º 0.37% 0.47% -
XYZ 11.84 9.64 10.25 -
YUV 89.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 119 75 87 0 0.37 0.27 0.53 343.64 0.23 0.38
Hex 77 4B 57 0 25 1B 35 158 17 26
Octal 167 113 127 0 45 33 65 530 27 46
Binary 1110111 1001011 1010111 0 100101 11011 110101 101011000 10111 100110

Color Harmonies of #774B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B57

Black with #774B57

Text Example


Text Example

White with #774B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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