Html Css Color HEX #7F77AC Deluge

📋 copy color: '#7F77AC'

red 127 ◦ green 119 ◦ blue 172

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

Shades of Deluge #7F77AC

Tints of Deluge #7F77AC

RGB

 RED value IS 127 (50% from 255) = 30.38%

 GREEN value IS 119 (46.88% from 255) = 28.47%

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 30.38%
G = 28.47%
B = 41.15%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F77AC (or 0x7F77AC) is known color: Deluge. HEX triplet: 7F, 77 and AC. RGB value is (127,119,172). Sum of RGB (Red+Green+Blue) = 127+119+172=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F77AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F77AC is #808853. Grayscale: #7F7F7F. Windows color (decimal): -8423508 or 11302783. OLE color: 11302783.

HSL color Cylindrical-coordinate representation of color #7F77AC: hue angle of 249.06º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F77AC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 119 172 -
CMYK 0.26 0.31 0 0.33
HSL 249.06º 0.24% 0.57% -
HSV(B) 249.06º 0.31% 0.67% -
XYZ 22.8 20.68 41.82 -
YUV 127.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 127 119 172 0.26 0.31 0 0.33 249.06 0.24 0.57
Hex 7F 77 AC 1A 1F 0 21 F9 18 39
Octal 177 167 254 32 37 0 41 371 30 71
Binary 1111111 1110111 10101100 11010 11111 0 100001 11111001 11000 111001

Color Harmonies of #7F77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F77AC

Black with #7F77AC

Text Example


Text Example

White with #7F77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F77AC; }

 p { color: rgb(127,119,172); }

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

background-color css

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

 a { background-color: rgb(127,119,172); }

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

border-color css

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

 span { border-color: rgb(127,119,172); }

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