Html Css Color HEX #774C6A Cosmic

📋 copy color: '#774C6A'

red 119 ◦ green 76 ◦ blue 106

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

Shades of Cosmic #774C6A

Tints of Cosmic #774C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 39.53%
G = 25.25%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#774C6A (or 0x774C6A) is known color: Cosmic. HEX triplet: 77, 4C and 6A. RGB value is (119,76,106). Sum of RGB (Red+Green+Blue) = 119+76+106=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #774C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C6A is #88B395. Grayscale: #5C5C5C. Windows color (decimal): -8958870 or 6966391. OLE color: 6966391.

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

Color convert

RGB 119 76 106 -
CMYK 0 0.36 0.11 0.53
HSL 318.14º 0.22% 0.38% -
HSV(B) 318.14º 0.36% 0.47% -
XYZ 12.79 10.13 14.92 -
YUV 92.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 119 76 106 0 0.36 0.11 0.53 318.14 0.22 0.38
Hex 77 4C 6A 0 24 B 35 13E 16 26
Octal 167 114 152 0 44 13 65 476 26 46
Binary 1110111 1001100 1101010 0 100100 1011 110101 100111110 10110 100110

Color Harmonies of #774C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C6A

Black with #774C6A

Text Example


Text Example

White with #774C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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