Html Css Color HEX #774456 Cosmic

📋 copy color: '#774456'

red 119 ◦ green 68 ◦ blue 86

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

Shades of Cosmic #774456

Tints of Cosmic #774456

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

 BLUE value IS 86 (33.98% from 255) = 31.5%

R = 43.59%
G = 24.91%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#774456 (or 0x774456) is known color: Cosmic. HEX triplet: 77, 44 and 56. RGB value is (119,68,86). Sum of RGB (Red+Green+Blue) = 119+68+86=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774456 is #88BBA9. Grayscale: #555555. Windows color (decimal): -8960938 or 5653623. OLE color: 5653623.

HSL color Cylindrical-coordinate representation of color #774456: hue angle of 338.82º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #774456 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 68 86 -
CMYK 0 0.43 0.28 0.53
HSL 338.82º 0.27% 0.37% -
HSV(B) 338.82º 0.43% 0.47% -
XYZ 11.35 8.73 9.89 -
YUV 85.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 119 68 86 0 0.43 0.28 0.53 338.82 0.27 0.37
Hex 77 44 56 0 2B 1C 35 153 1B 25
Octal 167 104 126 0 53 34 65 523 33 45
Binary 1110111 1000100 1010110 0 101011 11100 110101 101010011 11011 100101

Color Harmonies of #774456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774456

Black with #774456

Text Example


Text Example

White with #774456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774456; }

 p { color: rgb(119,68,86); }

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

background-color css

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

 a { background-color: rgb(119,68,86); }

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

border-color css

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

 span { border-color: rgb(119,68,86); }

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