Html Css Color HEX #77438C Affair

📋 copy color: '#77438C'

red 119 ◦ green 67 ◦ blue 140

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

Shades of Affair #77438C

Tints of Affair #77438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

 BLUE value IS 140 (55.08% from 255) = 42.94%

R = 36.5%
G = 20.55%
B = 42.94%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77438C (or 0x77438C) is known color: Affair. HEX triplet: 77, 43 and 8C. RGB value is (119,67,140). Sum of RGB (Red+Green+Blue) = 119+67+140=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #77438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77438C is #88BC73. Grayscale: #5A5A5A. Windows color (decimal): -8961140 or 9192311. OLE color: 9192311.

HSL color Cylindrical-coordinate representation of color #77438C: hue angle of 282.74º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77438C is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 67 140 -
CMYK 0.15 0.52 0 0.45
HSL 282.74º 0.35% 0.41% -
HSV(B) 282.74º 0.52% 0.55% -
XYZ 14.35 9.83 25.95 -
YUV 90.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 119 67 140 0.15 0.52 0 0.45 282.74 0.35 0.41
Hex 77 43 8C F 34 0 2D 11B 23 29
Octal 167 103 214 17 64 0 55 433 43 51
Binary 1110111 1000011 10001100 1111 110100 0 101101 100011011 100011 101001

Color Harmonies of #77438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77438C

Black with #77438C

Text Example


Text Example

White with #77438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77438C; }

 p { color: rgb(119,67,140); }

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

background-color css

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

 a { background-color: rgb(119,67,140); }

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

border-color css

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

 span { border-color: rgb(119,67,140); }

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