Html Css Color HEX #7F76AC Deluge

📋 copy color: '#7F76AC'

red 127 ◦ green 118 ◦ blue 172

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

Shades of Deluge #7F76AC

Tints of Deluge #7F76AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

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

R = 30.46%
G = 28.3%
B = 41.25%

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

#7F76AC (or 0x7F76AC) is known color: Deluge. HEX triplet: 7F, 76 and AC. RGB value is (127,118,172). Sum of RGB (Red+Green+Blue) = 127+118+172=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F76AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F76AC is #808953. Grayscale: #7E7E7E. Windows color (decimal): -8423764 or 11302527. OLE color: 11302527.

HSL color Cylindrical-coordinate representation of color #7F76AC: hue angle of 250º degrees, saturation: 0.25, 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 #7F76AC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 118 172 -
CMYK 0.26 0.31 0 0.33
HSL 250º 0.25% 0.57% -
HSV(B) 250º 0.31% 0.67% -
XYZ 22.68 20.45 41.78 -
YUV 126.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 127 118 172 0.26 0.31 0 0.33 250 0.25 0.57
Hex 7F 76 AC 1A 1F 0 21 FA 19 39
Octal 177 166 254 32 37 0 41 372 31 71
Binary 1111111 1110110 10101100 11010 11111 0 100001 11111010 11001 111001

Color Harmonies of #7F76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F76AC

Black with #7F76AC

Text Example


Text Example

White with #7F76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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