Html Css Color HEX #774D65 Cosmic

📋 copy color: '#774D65'

red 119 ◦ green 77 ◦ blue 101

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

Shades of Cosmic #774D65

Tints of Cosmic #774D65

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.93%

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 40.07%
G = 25.93%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#774D65 (or 0x774D65) is known color: Cosmic. HEX triplet: 77, 4D and 65. RGB value is (119,77,101). Sum of RGB (Red+Green+Blue) = 119+77+101=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #774D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D65 is #88B29A. Grayscale: #5C5C5C. Windows color (decimal): -8958619 or 6638967. OLE color: 6638967.

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

Color convert

RGB 119 77 101 -
CMYK 0 0.35 0.15 0.53
HSL 325.71º 0.21% 0.38% -
HSV(B) 325.71º 0.35% 0.47% -
XYZ 12.61 10.17 13.61 -
YUV 92.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 119 77 101 0 0.35 0.15 0.53 325.71 0.21 0.38
Hex 77 4D 65 0 23 F 35 146 15 26
Octal 167 115 145 0 43 17 65 506 25 46
Binary 1110111 1001101 1100101 0 100011 1111 110101 101000110 10101 100110

Color Harmonies of #774D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D65

Black with #774D65

Text Example


Text Example

White with #774D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,77,101); }

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

background-color css

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

 a { background-color: rgb(119,77,101); }

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

border-color css

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

 span { border-color: rgb(119,77,101); }

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