Html Css Color HEX #774F58 Cosmic

📋 copy color: '#774F58'

red 119 ◦ green 79 ◦ blue 88

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

Shades of Cosmic #774F58

Tints of Cosmic #774F58

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.62%

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 41.61%
G = 27.62%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#774F58 (or 0x774F58) is known color: Cosmic. HEX triplet: 77, 4F and 58. RGB value is (119,79,88). Sum of RGB (Red+Green+Blue) = 119+79+88=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #774F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F58 is #88B0A7. Grayscale: #5B5B5B. Windows color (decimal): -8958120 or 5787511. OLE color: 5787511.

HSL color Cylindrical-coordinate representation of color #774F58: hue angle of 346.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774F58 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 79 88 -
CMYK 0 0.34 0.26 0.53
HSL 346.5º 0.2% 0.39% -
HSV(B) 346.5º 0.34% 0.47% -
XYZ 12.17 10.22 10.56 -
YUV 91.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 119 79 88 0 0.34 0.26 0.53 346.5 0.2 0.39
Hex 77 4F 58 0 22 1A 35 15A 14 27
Octal 167 117 130 0 42 32 65 532 24 47
Binary 1110111 1001111 1011000 0 100010 11010 110101 101011010 10100 100111

Color Harmonies of #774F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F58

Black with #774F58

Text Example


Text Example

White with #774F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,79,88); }

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

background-color css

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

 a { background-color: rgb(119,79,88); }

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

border-color css

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

 span { border-color: rgb(119,79,88); }

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