Html Css Color HEX #774C7D Affair

📋 copy color: '#774C7D'

red 119 ◦ green 76 ◦ blue 125

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

Shades of Affair #774C7D

Tints of Affair #774C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 37.19%
G = 23.75%
B = 39.06%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#774C7D (or 0x774C7D) is known color: Affair. HEX triplet: 77, 4C and 7D. RGB value is (119,76,125). Sum of RGB (Red+Green+Blue) = 119+76+125=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #774C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C7D is #88B382. Grayscale: #5E5E5E. Windows color (decimal): -8958851 or 8211575. OLE color: 8211575.

HSL color Cylindrical-coordinate representation of color #774C7D: hue angle of 292.65º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774C7D is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 76 125 -
CMYK 0.05 0.39 0 0.51
HSL 292.65º 0.24% 0.39% -
HSV(B) 292.65º 0.39% 0.49% -
XYZ 13.89 10.57 20.71 -
YUV 94.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 119 76 125 0.05 0.39 0 0.51 292.65 0.24 0.39
Hex 77 4C 7D 5 27 0 33 125 18 27
Octal 167 114 175 5 47 0 63 445 30 47
Binary 1110111 1001100 1111101 101 100111 0 110011 100100101 11000 100111

Color Harmonies of #774C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C7D

Black with #774C7D

Text Example


Text Example

White with #774C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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