Html Css Color HEX #774C5F Cosmic

📋 copy color: '#774C5F'

red 119 ◦ green 76 ◦ blue 95

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

Shades of Cosmic #774C5F

Tints of Cosmic #774C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.21%

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 41.03%
G = 26.21%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#774C5F (or 0x774C5F) is known color: Cosmic. HEX triplet: 77, 4C and 5F. RGB value is (119,76,95). Sum of RGB (Red+Green+Blue) = 119+76+95=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C5F is #88B3A0. Grayscale: #5A5A5A. Windows color (decimal): -8958881 or 6245495. OLE color: 6245495.

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

Color convert

RGB 119 76 95 -
CMYK 0 0.36 0.20 0.53
HSL 333.49º 0.22% 0.38% -
HSV(B) 333.49º 0.36% 0.47% -
XYZ 12.26 9.92 12.09 -
YUV 91.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 119 76 95 0 0.36 0.20 0.53 333.49 0.22 0.38
Hex 77 4C 5F 0 24 14 35 14D 16 26
Octal 167 114 137 0 44 24 65 515 26 46
Binary 1110111 1001100 1011111 0 100100 10100 110101 101001101 10110 100110

Color Harmonies of #774C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C5F

Black with #774C5F

Text Example


Text Example

White with #774C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,76,95); }

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

background-color css

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

 a { background-color: rgb(119,76,95); }

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

border-color css

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

 span { border-color: rgb(119,76,95); }

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