Html Css Color HEX #726BAB Scampi

📋 copy color: '#726BAB'

red 114 ◦ green 107 ◦ blue 171

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

Shades of Scampi #726BAB

Tints of Scampi #726BAB

RGB

 RED value IS 114 (44.92% from 255) = 29.08%

 GREEN value IS 107 (42.19% from 255) = 27.3%

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 29.08%
G = 27.3%
B = 43.62%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#726BAB (or 0x726BAB) is known color: Scampi. HEX triplet: 72, 6B and AB. RGB value is (114,107,171). Sum of RGB (Red+Green+Blue) = 114+107+171=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #726BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726BAB is #8D9454. Grayscale: #747474. Windows color (decimal): -9278549 or 11234162. OLE color: 11234162.

HSL color Cylindrical-coordinate representation of color #726BAB: hue angle of 246.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #726BAB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 107 171 -
CMYK 0.33 0.37 0 0.33
HSL 246.56º 0.28% 0.55% -
HSV(B) 246.56º 0.37% 0.67% -
XYZ 19.55 17.03 40.79 -
YUV 116.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 114 107 171 0.33 0.37 0 0.33 246.56 0.28 0.55
Hex 72 6B AB 21 25 0 21 F7 1C 37
Octal 162 153 253 41 45 0 41 367 34 67
Binary 1110010 1101011 10101011 100001 100101 0 100001 11110111 11100 110111

Color Harmonies of #726BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BAB

Black with #726BAB

Text Example


Text Example

White with #726BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726BAB; }

 p { color: rgb(114,107,171); }

 H1.HeaderClassName
 {
   color: #726BAB;
 }
 .AnyTagClassName
 {
   color: #726BAB;
 }
</style>

background-color css

<style>
 a { background-color: #726BAB; }

 a { background-color: rgb(114,107,171); }

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

border-color css

<style>
 span { border-color: #726BAB; }

 span { border-color: rgb(114,107,171); }

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