Html Css Color HEX #774B68 Cosmic

📋 copy color: '#774B68'

red 119 ◦ green 75 ◦ blue 104

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

Shades of Cosmic #774B68

Tints of Cosmic #774B68

RGB

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

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

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

R = 39.93%
G = 25.17%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#774B68 (or 0x774B68) is known color: Cosmic. HEX triplet: 77, 4B and 68. RGB value is (119,75,104). Sum of RGB (Red+Green+Blue) = 119+75+104=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #774B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B68 is #88B497. Grayscale: #5B5B5B. Windows color (decimal): -8959128 or 6835063. OLE color: 6835063.

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

Color convert

RGB 119 75 104 -
CMYK 0 0.37 0.13 0.53
HSL 320.45º 0.23% 0.38% -
HSV(B) 320.45º 0.37% 0.47% -
XYZ 12.62 9.95 14.35 -
YUV 91.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 119 75 104 0 0.37 0.13 0.53 320.45 0.23 0.38
Hex 77 4B 68 0 25 D 35 140 17 26
Octal 167 113 150 0 45 15 65 500 27 46
Binary 1110111 1001011 1101000 0 100101 1101 110101 101000000 10111 100110

Color Harmonies of #774B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B68

Black with #774B68

Text Example


Text Example

White with #774B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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