Html Css Color HEX #774C68 Cosmic

📋 copy color: '#774C68'

red 119 ◦ green 76 ◦ blue 104

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

Shades of Cosmic #774C68

Tints of Cosmic #774C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 39.8%
G = 25.42%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#774C68 (or 0x774C68) is known color: Cosmic. HEX triplet: 77, 4C and 68. RGB value is (119,76,104). Sum of RGB (Red+Green+Blue) = 119+76+104=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #774C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C68 is #88B397. Grayscale: #5B5B5B. Windows color (decimal): -8958872 or 6835319. OLE color: 6835319.

HSL color Cylindrical-coordinate representation of color #774C68: hue angle of 320.93º 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 #774C68 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 104 -
CMYK 0 0.36 0.13 0.53
HSL 320.93º 0.22% 0.38% -
HSV(B) 320.93º 0.36% 0.47% -
XYZ 12.69 10.09 14.38 -
YUV 92.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 119 76 104 0 0.36 0.13 0.53 320.93 0.22 0.38
Hex 77 4C 68 0 24 D 35 141 16 26
Octal 167 114 150 0 44 15 65 501 26 46
Binary 1110111 1001100 1101000 0 100100 1101 110101 101000001 10110 100110

Color Harmonies of #774C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C68

Black with #774C68

Text Example


Text Example

White with #774C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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